Home
last modified time | relevance | path

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

12

/external/webrtc/webrtc/system_wrappers/include/
Dasm_defines.h28 .macro CALL_FUNCTION name
46 .macro CALL_FUNCTION name
/external/python/cpython2/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
/external/python/cpython2/Include/
Dopcode.h139 #define CALL_FUNCTION 131 /* #args + (#kwargs<<8) */ macro
/external/python/cpython3/Include/
Dopcode.h103 #define CALL_FUNCTION 131 macro
/external/python/cpython3/Objects/
Dlnotab_notes.txt101 10 CALL_FUNCTION 1
110 24 CALL_FUNCTION 1
/external/v8/src/
Dmacro-assembler.h14 CALL_FUNCTION, enumerator
/external/python/cpython2/Doc/library/
Ddis.rst33 6 CALL_FUNCTION 1
804 .. opcode:: CALL_FUNCTION (argc)
850 Calls a function. *argc* is interpreted as in :opcode:`CALL_FUNCTION`. The
857 Calls a function. *argc* is interpreted as in :opcode:`CALL_FUNCTION`. The
864 Calls a function. *argc* is interpreted as in :opcode:`CALL_FUNCTION`. The
/external/python/cpython3/Doc/library/
Ddis.rst39 4 CALL_FUNCTION 1
107 CALL_FUNCTION
700 by :opcode:`CALL_FUNCTION` to construct a class.
1067 .. opcode:: CALL_FUNCTION (argc)
1073 ``CALL_FUNCTION`` pops all arguments and the callable object off the stack,
/external/python/cpython2/Python/
Dcompile.c887 case CALL_FUNCTION: in opcode_stack_effect()
1399 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_function()
1459 ADDOP_I(c, CALL_FUNCTION, 0); in compiler_class()
1463 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_class()
2067 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_assert()
2560 ADDOP_I(c, CALL_FUNCTION, n); in compiler_call()
2790 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_comprehension()
/external/python/cpython3/Python/
Dcompile.c1068 case CALL_FUNCTION: in stack_effect()
1958 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_function()
2084 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_class()
2943 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_assert()
3777 ADDOP_I(c, CALL_FUNCTION, n + nelts); in compiler_call_helper()
4107 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_comprehension()
Dceval.c2772 PREDICT(CALL_FUNCTION); in _PyEval_EvalFrameDefault()
3120 PREDICTED(CALL_FUNCTION); in _PyEval_EvalFrameDefault()
3121 TARGET(CALL_FUNCTION) { in _PyEval_EvalFrameDefault()
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc1083 if (flag == CALL_FUNCTION) { in InvokePrologue()
1173 if (flag == CALL_FUNCTION) { in InvokeFunctionCode()
/external/v8/src/x64/
Dmacro-assembler-x64.cc2190 if (flag == CALL_FUNCTION) { in InvokeFunctionCode()
2250 if (flag == CALL_FUNCTION) { in InvokePrologue()
/external/v8/src/arm/
Dmacro-assembler-arm.cc1444 if (flag == CALL_FUNCTION) { in InvokePrologue()
1536 if (flag == CALL_FUNCTION) { in InvokeFunctionCode()
/external/v8/src/builtins/ppc/
Dbuiltins-ppc.cc147 __ InvokeFunction(r4, r6, actual, CALL_FUNCTION); in Generate_JSBuiltinsConstructStubHelper()
281 __ InvokeFunction(r4, r6, actual, CALL_FUNCTION); in Generate_JSConstructStubGeneric()
/external/v8/src/builtins/x64/
Dbuiltins-x64.cc120 __ InvokeFunction(rdi, rdx, actual, CALL_FUNCTION); in Generate_JSBuiltinsConstructStubHelper()
248 __ InvokeFunction(rdi, rdx, actual, CALL_FUNCTION); in Generate_JSConstructStubGeneric()
/external/v8/src/builtins/arm/
Dbuiltins-arm.cc156 __ InvokeFunction(r1, r3, actual, CALL_FUNCTION); in Generate_JSBuiltinsConstructStubHelper()
282 __ InvokeFunction(r1, r3, actual, CALL_FUNCTION); in Generate_JSConstructStubGeneric()
/external/v8/src/builtins/arm64/
Dbuiltins-arm64.cc182 __ InvokeFunction(x1, x3, actual, CALL_FUNCTION); in Generate_JSBuiltinsConstructStubHelper()
322 __ InvokeFunction(x1, x3, actual, CALL_FUNCTION); in Generate_JSConstructStubGeneric()
/external/v8/src/builtins/mips/
Dbuiltins-mips.cc143 __ InvokeFunction(a1, a3, actual, CALL_FUNCTION); in Generate_JSBuiltinsConstructStubHelper()
270 __ InvokeFunction(a1, a3, actual, CALL_FUNCTION); in Generate_JSConstructStubGeneric()
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc121 __ InvokeFunction(edi, edx, actual, CALL_FUNCTION); in Generate_JSBuiltinsConstructStubHelper()
251 __ InvokeFunction(edi, edx, actual, CALL_FUNCTION); in Generate_JSConstructStubGeneric()
/external/v8/src/builtins/s390/
Dbuiltins-s390.cc142 __ InvokeFunction(r3, r5, actual, CALL_FUNCTION); in Generate_JSBuiltinsConstructStubHelper()
274 __ InvokeFunction(r3, r5, actual, CALL_FUNCTION); in Generate_JSConstructStubGeneric()
/external/v8/src/builtins/mips64/
Dbuiltins-mips64.cc142 __ InvokeFunction(a1, a3, actual, CALL_FUNCTION); in Generate_JSBuiltinsConstructStubHelper()
270 __ InvokeFunction(a1, a3, actual, CALL_FUNCTION); in Generate_JSConstructStubGeneric()
/external/v8/src/arm64/
Dmacro-assembler-arm64.cc2161 if (flag == CALL_FUNCTION) { in InvokePrologue()
2245 if (flag == CALL_FUNCTION) { in InvokeFunctionCode()
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc1246 if (flag == CALL_FUNCTION) { in InvokePrologue()
1338 if (flag == CALL_FUNCTION) { in InvokeFunctionCode()
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b1.rst99 Rework CALL_FUNCTION* opcodes to produce shorter and more efficient

12