Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Dvm.c111 exc_sp->val_sp = MP_TAGPTR_MAKE(sp, ((with_or_finally) << 1)); \
724 if (MP_TAGPTR_TAG1(exc_sp->val_sp)) { in mp_execute_bytecode()
731 assert(&sp[-1] == MP_TAGPTR_PTR(exc_sp->val_sp)); in mp_execute_bytecode()
1145 if (MP_TAGPTR_TAG1(exc_sp->val_sp)) { in mp_execute_bytecode()
1157 mp_obj_t *finally_sp = MP_TAGPTR_PTR(exc_sp->val_sp); in mp_execute_bytecode()
1505 mp_obj_t *sp = MP_TAGPTR_PTR(exc_sp->val_sp); in mp_execute_bytecode()
A Dbc.h196 mp_obj_t *val_sp; member

Completed in 5 milliseconds