Searched refs:SET_TOP (Results 1 – 1 of 1) sorted by relevance
99 #define SET_TOP(val) *sp = (val) macro417 SET_TOP(mp_load_attr(TOP(), qst)); in mp_execute_bytecode()437 SET_TOP(obj); in mp_execute_bytecode()674 SET_TOP(mp_const_none); in mp_execute_bytecode()703 SET_TOP(mp_const_none); in mp_execute_bytecode()797 SET_TOP(mp_getiter(TOP(), NULL)); in mp_execute_bytecode()857 SET_TOP(mp_obj_new_tuple(unum, sp)); in mp_execute_bytecode()865 SET_TOP(mp_obj_new_list(unum, sp)); in mp_execute_bytecode()887 SET_TOP(mp_obj_new_set(unum, sp)); in mp_execute_bytecode()1262 SET_TOP(ret_value); in mp_execute_bytecode()[all …]
Completed in 5 milliseconds