Home
last modified time | relevance | path

Searched refs:CALL_FUNCTION_VAR (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h141 #define CALL_FUNCTION_VAR 140 /* #args + (#kwargs<<8) */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h141 #define CALL_FUNCTION_VAR 140 /* #args + (#kwargs<<8) */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpyassem.py744 def CALL_FUNCTION_VAR(self, argc): member in StackDepthTracker
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c866 case CALL_FUNCTION_VAR: in opcode_stack_effect()
2581 ADDOP_I(c, CALL_FUNCTION_VAR, n); in compiler_call()
Dceval.c2675 case CALL_FUNCTION_VAR: in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c889 case CALL_FUNCTION_VAR: in opcode_stack_effect()
2601 ADDOP_I(c, CALL_FUNCTION_VAR, n); in compiler_call()
Dceval.c2690 case CALL_FUNCTION_VAR: in PyEval_EvalFrameEx()