HomeSort by relevance Sort by last modified time
    Searched refs:CALL_FUNCTION_VAR (Results 1 - 4 of 4) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
opcode.h 140 (CALL_FUNCTION_VAR - CALL_FUNCTION) & 3 == 1 */
141 #define CALL_FUNCTION_VAR 140 /* #args + (#kwargs<<8) */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
opcode.h 140 (CALL_FUNCTION_VAR - CALL_FUNCTION) & 3 == 1 */
141 #define CALL_FUNCTION_VAR 140 /* #args + (#kwargs<<8) */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 744 def CALL_FUNCTION_VAR(self, argc):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 744 def CALL_FUNCTION_VAR(self, argc):

Completed in 1349 milliseconds