Home
last modified time | relevance | path

Searched defs:CALL_FUNCTION (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dmacro-assembler.h14 CALL_FUNCTION, enumerator
/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/cpython2/Lib/compiler/
Dpyassem.py741 def CALL_FUNCTION(self, argc): member in StackDepthTracker