Searched refs:oci (Results 1 – 2 of 2) sorted by relevance
796 CallInfo *oci = nci->previous; /* caller frame */ in luaV_execute()798 StkId ofunc = oci->func; /* caller function */ in luaV_execute()803 if (cl->p->sizep > 0) luaF_close(L, oci->u.l.base); in luaV_execute()807 oci->u.l.base = ofunc + (nci->u.l.base - nfunc); /* correct base */ in luaV_execute()808 oci->top = L->top = ofunc + (L->top - nfunc); /* correct top */ in luaV_execute()809 oci->u.l.savedpc = nci->u.l.savedpc; in luaV_execute()810 oci->callstatus |= CIST_TAIL; /* function was tail called */ in luaV_execute()811 ci = L->ci = oci; /* remove new frame */ in luaV_execute()812 lua_assert(L->top == oci->u.l.base + getproto(ofunc)->maxstacksize); in luaV_execute()
2736 …uint32_t oci : 1; /**< OverCurrentIndicator. This bit reports overcurren… member2749 uint32_t oci : 1;