Home
last modified time | relevance | path

Searched refs:stateStackTop (Results 1 – 25 of 27) sorted by relevance

12

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Compiler/src/org/eclipse/jdt/internal/compiler/parser/diagnose/
H A DDiagnoseParser.java53 private int stateStackTop; field in DiagnoseParser
197 stateStackTop = 0; in diagnoseParse()
198 stack[stateStackTop] = act; in diagnoseParse()
220 pos = stateStackTop; in diagnoseParse()
341 prevStackTop = stateStackTop; in diagnoseParse()
346 stateStackTop = nextStackTop; in diagnoseParse()
375 act = stack[stateStackTop]; in diagnoseParse()
442 stateStackTop = nextStackTop;
629 stateStackTop = prevStackTop;
634 stateStackTop = nextStackTop;
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/parser/diagnose/
H A DDiagnoseParser.java56 private int stateStackTop; field in DiagnoseParser
213 this.stateStackTop = 0; in diagnoseParse()
214 this.stack[this.stateStackTop] = act; in diagnoseParse()
236 pos = this.stateStackTop; in diagnoseParse()
392 act = this.stack[this.stateStackTop]; in diagnoseParse()
507 this.stateStackTop = this.nextStackTop;
694 this.stateStackTop = this.prevStackTop;
699 this.stateStackTop = this.nextStackTop;
979 this.stateStackTop, in primaryDiagnosis()
1693 this.stateStackTop = this.nextStackTop; in secondaryPhase()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/diagnose/
H A DDiagnoseParser.java59 private int stateStackTop; field in DiagnoseParser
216 this.stateStackTop = 0; in diagnoseParse()
217 this.stack[this.stateStackTop] = act; in diagnoseParse()
239 pos = this.stateStackTop; in diagnoseParse()
395 act = this.stack[this.stateStackTop]; in diagnoseParse()
483 this.stateStackTop = this.nextStackTop;
670 this.stateStackTop = this.prevStackTop;
675 this.stateStackTop = this.nextStackTop;
955 this.stateStackTop, in primaryDiagnosis()
1669 this.stateStackTop = this.nextStackTop; in secondaryPhase()
[all …]
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/regexp/
H A DNativeRegExp.java1345 gData.stateStackTop = new REProgState(gData.stateStackTop, min, max, in pushProgState()
1353 REProgState state = gData.stateStackTop; in popProgState()
1354 gData.stateStackTop = state.previous; in popProgState()
1361 REProgState state = gData.stateStackTop; in pushBackTrackState()
2318 gData.stateStackTop = backTrackData.stateStackTop; in executeREBytecode()
2345 gData.stateStackTop = null; in matchRegExp()
2384 gData.stateStackTop = null; in matchRegExp()
2861 stateStackTop = gData.stateStackTop; in REBackTrackData()
2872 final REProgState stateStackTop; /* state of op that backtracked */ field in REBackTrackData
2883 REProgState stateStackTop; /* stack of state of current ancestors */ field in REGlobalData
/dports/devel/jsl/jsl-0.3.0/src/
H A Djsregexp.c246 uint16 stateStackTop; member
1774 JS_ASSERT(gData->stateStackTop); in PushBackTrackState()
2471 --gData->stateStackTop; in ExecuteREBytecode()
2481 --gData->stateStackTop; in ExecuteREBytecode()
2544 --gData->stateStackTop; in ExecuteREBytecode()
2555 --gData->stateStackTop; in ExecuteREBytecode()
2631 --gData->stateStackTop; in ExecuteREBytecode()
2723 --gData->stateStackTop; in ExecuteREBytecode()
2775 --gData->stateStackTop; in ExecuteREBytecode()
2852 gData->stateStackTop = 0; in MatchRegExp()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test059/
H A DParser_out.java34 protected int stateStackTop; field in Parser
H A DParser_in.java33 protected int stateStackTop; field in Parser
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test057/
H A DA_out.java34 protected int stateStackTop; field in Parser
H A DA_in.java33 protected int stateStackTop; field in Parser
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsregexp.c331 size_t stateStackTop; member
2091 JS_ASSERT(gData->stateStackTop); in PushBackTrackState()
2812 --gData->stateStackTop; in ExecuteREBytecode()
2821 --gData->stateStackTop; in ExecuteREBytecode()
2898 --gData->stateStackTop; in ExecuteREBytecode()
2910 --gData->stateStackTop; in ExecuteREBytecode()
2990 --gData->stateStackTop; in ExecuteREBytecode()
3086 --gData->stateStackTop; in ExecuteREBytecode()
3138 --gData->stateStackTop; in ExecuteREBytecode()
3216 gData->stateStackTop = 0; in MatchRegExp()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsregexp.c331 size_t stateStackTop; member
2091 JS_ASSERT(gData->stateStackTop); in PushBackTrackState()
2812 --gData->stateStackTop; in ExecuteREBytecode()
2821 --gData->stateStackTop; in ExecuteREBytecode()
2898 --gData->stateStackTop; in ExecuteREBytecode()
2910 --gData->stateStackTop; in ExecuteREBytecode()
2990 --gData->stateStackTop; in ExecuteREBytecode()
3086 --gData->stateStackTop; in ExecuteREBytecode()
3138 --gData->stateStackTop; in ExecuteREBytecode()
3216 gData->stateStackTop = 0; in MatchRegExp()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsregexp.c331 size_t stateStackTop; member
2091 JS_ASSERT(gData->stateStackTop); in PushBackTrackState()
2812 --gData->stateStackTop; in ExecuteREBytecode()
2821 --gData->stateStackTop; in ExecuteREBytecode()
2898 --gData->stateStackTop; in ExecuteREBytecode()
2910 --gData->stateStackTop; in ExecuteREBytecode()
2990 --gData->stateStackTop; in ExecuteREBytecode()
3086 --gData->stateStackTop; in ExecuteREBytecode()
3138 --gData->stateStackTop; in ExecuteREBytecode()
3216 gData->stateStackTop = 0; in MatchRegExp()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsregexp.c331 size_t stateStackTop; member
2091 JS_ASSERT(gData->stateStackTop); in PushBackTrackState()
2812 --gData->stateStackTop; in ExecuteREBytecode()
2821 --gData->stateStackTop; in ExecuteREBytecode()
2898 --gData->stateStackTop; in ExecuteREBytecode()
2910 --gData->stateStackTop; in ExecuteREBytecode()
2990 --gData->stateStackTop; in ExecuteREBytecode()
3086 --gData->stateStackTop; in ExecuteREBytecode()
3138 --gData->stateStackTop; in ExecuteREBytecode()
3216 gData->stateStackTop = 0; in MatchRegExp()
[all …]
/dports/lang/spidermonkey17/js/src/
H A Djsregexp.c331 size_t stateStackTop; member
2091 JS_ASSERT(gData->stateStackTop); in PushBackTrackState()
2812 --gData->stateStackTop; in ExecuteREBytecode()
2821 --gData->stateStackTop; in ExecuteREBytecode()
2898 --gData->stateStackTop; in ExecuteREBytecode()
2910 --gData->stateStackTop; in ExecuteREBytecode()
2990 --gData->stateStackTop; in ExecuteREBytecode()
3086 --gData->stateStackTop; in ExecuteREBytecode()
3138 --gData->stateStackTop; in ExecuteREBytecode()
3216 gData->stateStackTop = 0; in MatchRegExp()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test061/
H A DParser_in.java56 protected int stateStackTop; field in Parser
H A DParser_out.java51 protected int stateStackTop; field in Parser
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test058/
H A DA_in.java56 protected int stateStackTop; field in Parser
H A DA_out.java51 protected int stateStackTop; field in Parser
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Formatter/test060/
H A DParser_in.java56 protected int stateStackTop; field in Parser
H A DParser_out.java51 protected int stateStackTop; field in Parser
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/codeassist/org/eclipse/jdt/internal/codeassist/impl/
H A DAssistParser.java520 if (++this.stateStackTop >= stackLength) { in triggerRecoveryUponLambdaClosure()
526 this.stack[this.stateStackTop] = this.unstackedAct; in triggerRecoveryUponLambdaClosure()
528 this.stateStackTop --; in triggerRecoveryUponLambdaClosure()
856 if (++this.stateStackTop >= stackLength - 1) { // Need two slots. in consumeOpenBlock()
862 …this.stack[this.stateStackTop++] = this.unstackedAct; // transition to Block ::= OpenBlock .LBRAC… in consumeOpenBlock()
863 …this.stack[this.stateStackTop] = tAction(this.unstackedAct, this.currentToken); // transition to B… in consumeOpenBlock()
865 this.stateStackTop -= 2; in consumeOpenBlock()
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/parser/
H A DScanner.java4321 this.stateStackTop = -1; in parse()
4325 if (++this.stateStackTop >= stackLength) { in parse()
4331 this.stack[this.stateStackTop] = act; in parse()
4338 this.stateStackTop--; in parse()
4364 this.stateStackTop -= (Parser.rhs[act] - 1); in parse()
4365 act = Parser.ntAction(this.stack[this.stateStackTop], Parser.lhs[act]); in parse()
H A DParser.java997 protected int stateStackTop; field in Parser
10930 this.stateStackTop = -1; in parse()
10937 if (++this.stateStackTop >= stackLength) { in parse()
10943 this.stack[this.stateStackTop] = act; in parse()
10966 this.stateStackTop = -1; in parse()
10971 act = this.stack[this.stateStackTop--]; in parse()
10979 this.stateStackTop--; in parse()
11051 this.stateStackTop -= (rhs[act] - 1); in parse()
11655 this.stateStackTop = -1; in parseStatements()
12457 this.stateStackTop = parser.stateStackTop; in copyState()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/
H A DScanner.java5047 this.stateStackTop = -1;
5051 if (++this.stateStackTop >= stackLength) {
5057 this.stack[this.stateStackTop] = act;
5064 this.stateStackTop--;
5090 this.stateStackTop -= (Parser.rhs[act] - 1);
5091 act = Parser.ntAction(this.stack[this.stateStackTop], Parser.lhs[act]);
H A DParser.java947 protected int stateStackTop; field in Parser
12658 this.stateStackTop = -1; in parse()
12665 if (++this.stateStackTop >= stackLength) { in parse()
12671 this.stack[this.stateStackTop] = act; in parse()
12694 this.stateStackTop = -1; in parse()
12699 act = this.stack[this.stateStackTop--]; in parse()
12707 this.stateStackTop--; in parse()
12779 this.stateStackTop -= (rhs[act] - 1); in parse()
13416 this.stateStackTop = -1; in parseStatements()
14265 this.stateStackTop = parser.stateStackTop; in copyState()
[all …]

12