Lines Matching refs:ctfeStack
122 CtfeStack ctfeStack; variable
260 …printf("max call depth = %d\tmax stack = %d\n", CtfeStatus::maxCallDepth, ctfeStack.maxStackUsage(… in printCtfePerformanceStats()
782 thisarg = ctfeStack.getThis(); in interpretFunction()
859 ctfeStack.startFrame(thisarg); in interpretFunction()
862 ctfeStack.push(fd->vthis); in interpretFunction()
871 ctfeStack.push(v); in interpretFunction()
897 ctfeStack.push(vx); in interpretFunction()
913 ctfeStack.push(fd->vresult); in interpretFunction()
966 ctfeStack.endFrame(); in interpretFunction()
1177 if (ctfeStack.isInCurrentFrame(v)) in stopPointersEscaping()
1625 ctfeStack.push(ca->var); in visit()
1793 ctfeStack.push(s->wthis); in visit()
1814 ctfeStack.pop(s->wthis); in visit()
1864 result = ctfeStack.getThis(); in visit()
2136 ctfeStack.saveGlobalConstant(v, e); in getVarExp()
2297 ctfeStack.push(v2); in visit()
2329 ctfeStack.push(v); in visit()
3862 ctfeStack.push(se->lengthVar); in interpretAssignToSlice()
3869 ctfeStack.pop(se->lengthVar); in interpretAssignToSlice()
3876 ctfeStack.pop(se->lengthVar); in interpretAssignToSlice()
3880 ctfeStack.pop(se->lengthVar); // $ is defined only in [L..U] in interpretAssignToSlice()
4745 ctfeStack.endFrame(); in endTempStackFrame()
4759 ctfeStack.startFrame(NULL); in visit()
4773 ctfeStack.push(v); in visit()
5046 ctfeStack.push(e->lengthVar); in resolveIndexing()
5051 ctfeStack.pop(e->lengthVar); // $ is defined only inside [] in resolveIndexing()
5303 ctfeStack.push(e->lengthVar); in visit()
5313 ctfeStack.pop(e->lengthVar); in visit()
5320 ctfeStack.pop(e->lengthVar); in visit()
5324 ctfeStack.pop(e->lengthVar); // $ is defined only inside [L..U] in visit()
6997 return ctfeStack.getValue(vd); in getValue()
7002 ctfeStack.setValue(vd, NULL); in setValueNull()
7008 ctfeStack.setValue(vd, newval); in setValueWithoutChecking()
7016 ctfeStack.setValue(vd, newval); in setValue()