Searched refs:pushCount (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A Dusc_impl.c30 #define STACK_IS_EMPTY(scriptRun) ((scriptRun)->pushCount <= 0)
52 int32_t pushCount; member in struct:UScriptRun
80 scriptRun->pushCount = LIMIT_INC(scriptRun->pushCount);
98 scriptRun->pushCount -= 1;
234 scriptRun->pushCount = 0;
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java716 int pushCount = instruction.stackPushCount(clazz);
717 if (pushCount > 0)
725 for (int stackIndex = 0; stackIndex < pushCount; stackIndex++)
779 int pushCount = instruction.stackPushCount(clazz);
780 if (pushCount > 0)
788 for (int stackIndex = 0; stackIndex < pushCount; stackIndex++)

Completed in 383 milliseconds