Searched defs:bytecode (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/tools/ |
A D | mpy-tool.py | 130 def mp_opcode_format(bytecode, ip, count_var_uint): argument 197 def extract_prelude(bytecode, ip): argument 238 def __init__(self, code_kind, bytecode, prelude_offset, qstrs, objs, raw_codes): argument 429 def __init__(self, bytecode, qstrs, objs, raw_codes): argument 688 def read_prelude(f, bytecode, qstr_win): argument 705 def read_qstr_and_pack(f, bytecode, qstr_win): argument 711 def read_bytecode(file, bytecode, qstr_win): argument
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | objfun.h | 34 const byte *bytecode; // bytecode for the function member
|
A D | profile.c | 40 void mp_prof_extract_prelude(const byte *bytecode, mp_bytecode_prelude_t *prelude) { in mp_prof_extract_prelude()
|
A D | objfun.c | 198 #define DECODE_CODESTATE_SIZE(bytecode, n_state_out_var, state_size_out_var) \ argument
|
/AliOS-Things-master/components/py_engine/engine/lib/re1.5/ |
A D | re1.5.h | 139 #define HANDLE_ANCHORED(bytecode, is_anchored) ((is_anchored) ? (bytecode) + NON_ANCHORED_PREFIX : … argument
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.c | 650 JSString* bytecode; /* also contains the flags */ member
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 5122 const duk_uint8_t *bytecode; member 7994 duk_instr_t *bytecode; member
|
Completed in 345 milliseconds