Searched refs:pushCount (Results 1 – 4 of 4) sorted by relevance
157 pushCount = 0; in reset()472 return pushCount <= 0; in stackIsEmpty()482 pushCount = limitInc(pushCount); in push()502 pushCount -= 1; in pop()547 private int pushCount = 0; field in UScriptRun
159 pushCount = 0; in reset()474 return pushCount <= 0; in stackIsEmpty()484 pushCount = limitInc(pushCount); in push()504 pushCount -= 1; in pop()549 private int pushCount = 0; field in UScriptRun
30 #define STACK_IS_EMPTY(scriptRun) ((scriptRun)->pushCount <= 0)52 int32_t pushCount; member80 scriptRun->pushCount = LIMIT_INC(scriptRun->pushCount); in push()98 scriptRun->pushCount -= 1; in pop()234 scriptRun->pushCount = 0; in uscript_resetRun()
830 int pushCount = instruction.stackPushCount(clazz); in visitAnyInstruction() local831 if (pushCount > 0) in visitAnyInstruction()839 … for (int stackIndex = stackSize - pushCount; stackIndex < stackSize; stackIndex++) in visitAnyInstruction()897 int pushCount = instruction.stackPushCount(clazz); in visitAnyInstruction() local898 if (pushCount > 0) in visitAnyInstruction()906 … for (int stackIndex = stackSize - pushCount; stackIndex < stackSize; stackIndex++) in visitAnyInstruction()