Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h130 #define CALL_FUNCTION 131 /* #args + (#kwargs<<8) */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h130 #define CALL_FUNCTION 131 /* #args + (#kwargs<<8) */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpyassem.py741 def CALL_FUNCTION(self, argc): member in StackDepthTracker
745 return self.CALL_FUNCTION(argc)-1
747 return self.CALL_FUNCTION(argc)-1
749 return self.CALL_FUNCTION(argc)-2
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c887 case CALL_FUNCTION: in opcode_stack_effect()
1431 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_function()
1492 ADDOP_I(c, CALL_FUNCTION, 0); in compiler_class()
1496 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_class()
2104 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_assert()
2598 ADDOP_I(c, CALL_FUNCTION, n); in compiler_call()
2828 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_comprehension()
Dceval.c2673 case CALL_FUNCTION: in PyEval_EvalFrameEx()
2696 int flags = (opcode - CALL_FUNCTION) & 3; in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c864 case CALL_FUNCTION: in opcode_stack_effect()
1408 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_function()
1469 ADDOP_I(c, CALL_FUNCTION, 0); in compiler_class()
1473 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_class()
2578 ADDOP_I(c, CALL_FUNCTION, n); in compiler_call()
2808 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_comprehension()
Dceval.c2658 case CALL_FUNCTION: in PyEval_EvalFrameEx()
2681 int flags = (opcode - CALL_FUNCTION) & 3; in PyEval_EvalFrameEx()