Searched refs:load_method (Results 1 – 4 of 4) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | nativeglue.h | 99 void (*load_method)(mp_obj_t base, qstr attr, mp_obj_t *dest); member
|
A D | dynruntime.h | 171 #define mp_load_method(base, attr, dest) (mp_fun_table.load_method((base), (attr), (dest)))
|
A D | emit.h | 123 void (*load_method)(emit_t *emit, qstr qst, bool is_super); member
|
A D | compile.c | 1786 EMIT_ARG(load_method, method, false); in compile_await_object_method() 1801 EMIT_ARG(load_method, MP_QSTR___aiter__, false); in compile_async_for_stmt() 1908 EMIT_ARG(load_method, MP_QSTR___aexit__, false); in compile_async_with_stmt_helper() 1936 EMIT_ARG(load_method, MP_QSTR___aexit__, false); in compile_async_with_stmt_helper() 2325 EMIT_ARG(load_method, MP_PARSE_NODE_LEAF_ARG(pns_period->nodes[0]), true); in compile_atom_expr_normal() 2357 EMIT_ARG(load_method, MP_PARSE_NODE_LEAF_ARG(pns_period->nodes[0]), false); in compile_atom_expr_normal()
|
Completed in 16 milliseconds