Searched refs:topOfStack (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DJSStack.cpp111 conservativeRoots.add(topOfStack() + 1, highAddress());
116 conservativeRoots.add(topOfStack() + 1, highAddress(), jitStubRoutines, codeBlocks);
122 ASSERT(topOfStack() <= baseOfStack());
124 if (m_lastStackTop < topOfStack()) {
126 char* end = reinterpret_cast<char*>(topOfStack() + 1);
130 m_lastStackTop = topOfStack();
H A DJSStackInlines.h55 inline Register* JSStack::topOfStack() function in class:JSC::JSStack
H A DJSStack.h105 inline Register* topOfStack();
/macosx-10.10.1/modemccl-25.1/CCLEngine/
H A DCCLEngine.h266 u_int32_t topOfStack; // index of top of stack member in struct:TRScriptVars
H A DCCLEngine.c873 SV.topOfStack = cclNestingLimit; // this stack is for JSR and RETURN commands.
1875 if (SV.topOfStack == 0) {
1882 SV.stack[--SV.topOfStack] = SV.scriptLine; // save return line
1933 if (SV.topOfStack == cclNestingLimit) {
1940 SV.scriptLine = SV.stack[SV.topOfStack++];
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLowLevelInterpreter.cpp334 sp.vp = vm->interpreter->stack().topOfStack() + 1;
H A DLowLevelInterpreter32_64.asm185 const topOfStack = a3

Completed in 202 milliseconds