Home
last modified time | relevance | path

Searched defs:bytecode (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/tools/
A Dmpy-tool.py130 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 Dobjfun.h34 const byte *bytecode; // bytecode for the function member
A Dprofile.c40 void mp_prof_extract_prelude(const byte *bytecode, mp_bytecode_prelude_t *prelude) { in mp_prof_extract_prelude()
A Dobjfun.c198 #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 Dre1.5.h139 #define HANDLE_ANCHORED(bytecode, is_anchored) ((is_anchored) ? (bytecode) + NON_ANCHORED_PREFIX : … argument
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.c650 JSString* bytecode; /* also contains the flags */ member
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c5122 const duk_uint8_t *bytecode; member
7994 duk_instr_t *bytecode; member

Completed in 345 milliseconds