Searched refs:MP_F_CONVERT_NATIVE_TO_OBJ (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | emitnx86.c | 20 [MP_F_CONVERT_NATIVE_TO_OBJ] = 2,
|
A D | nativeglue.h | 39 MP_F_CONVERT_NATIVE_TO_OBJ, enumerator
|
A D | emitnative.c | 1066 … emit_call_with_imm_arg(emit, MP_F_CONVERT_NATIVE_TO_OBJ, si->vtype, REG_ARG_2); // arg2 = type in emit_get_stack_pointer_to_reg_for_pop() 1544 … emit_call_with_imm_arg(emit, MP_F_CONVERT_NATIVE_TO_OBJ, vtype_index, REG_ARG_2); // arg2 = type in emit_native_load_subscr() 1721 … emit_call_with_imm_arg(emit, MP_F_CONVERT_NATIVE_TO_OBJ, vtype, REG_ARG_2); // arg2 = type in emit_native_store_global() 2818 emit_call_with_imm_arg(emit, MP_F_CONVERT_NATIVE_TO_OBJ, return_vtype, REG_ARG_2); in emit_native_return_value()
|
Completed in 10 milliseconds