Home
last modified time | relevance | path

Searched refs:load_const_obj (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Demit.h121 void (*load_const_obj)(emit_t *emit, mp_obj_t obj); member
A Dcompile.c2791 EMIT_ARG(load_const_obj, get_const_object(pns)); in compile_const_object()
2821 EMIT_ARG(load_const_obj, mp_const_none); in compile_node()
2823 EMIT_ARG(load_const_obj, mp_obj_new_int_from_ll(arg)); in compile_node()
2841 EMIT_ARG(load_const_obj, mp_const_none); in compile_node()
2845 EMIT_ARG(load_const_obj, mp_obj_new_bytes(data, len)); in compile_node()

Completed in 11 milliseconds