Home
last modified time | relevance | path

Searched defs:source_file (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dshowbc.c90 qstr source_file = code_info[2] | (code_info[3] << 8); in mp_bytecode_print() local
94 qstr source_file = mp_decode_uint(&code_info); in mp_bytecode_print() local
A Dscope.c43 scope_t *scope_new(scope_kind_t kind, mp_parse_node_t pn, qstr source_file, mp_uint_t emit_options)… in scope_new()
A Dvm.c1477 qstr source_file = ip[2] | (ip[3] << 8); in mp_execute_bytecode() local
1482 qstr source_file = mp_decode_uint_value(ip); in mp_execute_bytecode() local
A Dscope.h78 uint16_t source_file; // a qstr member
A Dprofile.c57 qstr source_file = ip[2] | (ip[3] << 8); in mp_prof_extract_prelude() local
A Dpersistentcode.c309 qstr source_file = load_qstr(reader, qw); in load_prelude_qstrs() local
A Dcompile.c159 qstr source_file; member
3500 mp_raw_code_t *mp_compile_to_raw_code(mp_parse_tree_t *parse_tree, qstr source_file, bool is_repl) { in mp_compile_to_raw_code()
3670 mp_obj_t mp_compile(mp_parse_tree_t *parse_tree, qstr source_file, bool is_repl) { in mp_compile()
/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A Dmain.c58 STATIC int compile_and_save(const char *file, const char *output_file, const char *source_file) { in compile_and_save()
226 const char *source_file = NULL; in main_() local
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dtrace.h67 const char* source_file = nullptr; member
86 void set_current_source_file(const char* source_file) { in set_current_source_file()
356 RuyTraceScope(const char* source_file, int source_line, in RuyTraceScope()

Completed in 22 milliseconds