Searched refs:getCcalls (Results 1 – 3 of 3) sorted by relevance
166 if (getCcalls(L) == LUAI_MAXCCALLS) in luaE_checkcstack()168 else if (getCcalls(L) >= (LUAI_MAXCCALLS / 10 * 11)) in luaE_checkcstack()175 if (l_unlikely(getCcalls(L) >= LUAI_MAXCCALLS)) in luaE_incCstack()
102 #define getCcalls(L) ((L)->nCcalls & 0xffff) macro
573 if (l_unlikely(getCcalls(L) >= LUAI_MAXCCALLS)) in ccall()785 L->nCcalls = (from) ? getCcalls(from) : 0; in lua_resume()
Completed in 108 milliseconds