OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LOAD_CONST
(Results
1 - 4
of
4
) sorted by null
/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
/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 */
Completed in 30 milliseconds