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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
opcode.h 98 #define LOAD_CONST 100 /* Index in const list */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
opcode.h 98 #define LOAD_CONST 100 /* Index in const list */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
modulefinder.py 19 LOAD_CONST = chr(dis.opname.index('LOAD_CONST'))
354 if c == LOAD_CONST and code[3] == IMPORT_NAME:
371 LOAD_LOAD_AND_IMPORT = LOAD_CONST + LOAD_CONST + IMPORT_NAME
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
modulefinder.py 19 LOAD_CONST = chr(dis.opname.index('LOAD_CONST'))
354 if c == LOAD_CONST and code[3] == IMPORT_NAME:
371 LOAD_LOAD_AND_IMPORT = LOAD_CONST + LOAD_CONST + IMPORT_NAME

Completed in 252 milliseconds