Lines Matching refs:ctfeStack
124 CtfeStack ctfeStack; variable
262 …printf("max call depth = %d\tmax stack = %d\n", CtfeStatus::maxCallDepth, ctfeStack.maxStackUsage(… in printCtfePerformanceStats()
784 thisarg = ctfeStack.getThis(); in interpretFunction()
861 ctfeStack.startFrame(thisarg); in interpretFunction()
864 ctfeStack.push(fd->vthis); in interpretFunction()
873 ctfeStack.push(v); in interpretFunction()
899 ctfeStack.push(vx); in interpretFunction()
915 ctfeStack.push(fd->vresult); in interpretFunction()
968 ctfeStack.endFrame(); in interpretFunction()
1179 if (ctfeStack.isInCurrentFrame(v)) in stopPointersEscaping()
1627 ctfeStack.push(ca->var); in visit()
1795 ctfeStack.push(s->wthis); in visit()
1816 ctfeStack.pop(s->wthis); in visit()
1866 result = ctfeStack.getThis(); in visit()
2138 ctfeStack.saveGlobalConstant(v, e); in getVarExp()
2299 ctfeStack.push(v2); in visit()
2331 ctfeStack.push(v); in visit()
3864 ctfeStack.push(se->lengthVar); in interpretAssignToSlice()
3871 ctfeStack.pop(se->lengthVar); in interpretAssignToSlice()
3878 ctfeStack.pop(se->lengthVar); in interpretAssignToSlice()
3882 ctfeStack.pop(se->lengthVar); // $ is defined only in [L..U] in interpretAssignToSlice()
4796 ctfeStack.endFrame(); in endTempStackFrame()
4810 ctfeStack.startFrame(NULL); in visit()
4824 ctfeStack.push(v); in visit()
5097 ctfeStack.push(e->lengthVar); in resolveIndexing()
5102 ctfeStack.pop(e->lengthVar); // $ is defined only inside [] in resolveIndexing()
5354 ctfeStack.push(e->lengthVar); in visit()
5364 ctfeStack.pop(e->lengthVar); in visit()
5371 ctfeStack.pop(e->lengthVar); in visit()
5375 ctfeStack.pop(e->lengthVar); // $ is defined only inside [L..U] in visit()
7058 return ctfeStack.getValue(vd); in getValue()
7063 ctfeStack.setValue(vd, NULL); in setValueNull()
7069 ctfeStack.setValue(vd, newval); in setValueWithoutChecking()
7077 ctfeStack.setValue(vd, newval); in setValue()