Searched refs:DEBUG_OP_printf (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | emitglue.c | 43 #define DEBUG_OP_printf(...) DEBUG_printf(__VA_ARGS__) macro 46 #define DEBUG_OP_printf(...) (void)0 macro 174 DEBUG_OP_printf("make_function_from_raw_code %p\n", rc); in mp_make_function_from_raw_code() 222 DEBUG_OP_printf("make_closure_from_raw_code %p " UINT_FMT " %p\n", rc, n_closed_over, args); in mp_make_closure_from_raw_code()
|
A D | runtime.c | 50 #define DEBUG_OP_printf(...) DEBUG_printf(__VA_ARGS__) macro 53 #define DEBUG_OP_printf(...) (void)0 macro 162 DEBUG_OP_printf("load name %s\n", qstr_str(qst)); in mp_load_name() 175 DEBUG_OP_printf("load global %s\n", qstr_str(qst)); in mp_load_global() 200 DEBUG_OP_printf("load_build_class\n"); in mp_load_build_class() 214 DEBUG_OP_printf("store name %s <- %p\n", qstr_str(qst), obj); in mp_store_name() 219 DEBUG_OP_printf("delete name %s\n", qstr_str(qst)); in mp_delete_name() 225 DEBUG_OP_printf("store global %s <- %p\n", qstr_str(qst), obj); in mp_store_global() 230 DEBUG_OP_printf("delete global %s\n", qstr_str(qst)); in mp_delete_global() 962 DEBUG_OP_printf("load attr %p.%s\n", base, qstr_str(attr)); in mp_load_attr() [all …]
|
Completed in 6 milliseconds