Home
last modified time | relevance | path

Searched refs:callerFrame (Results 1 – 3 of 3) sorted by relevance

/external/webkit/JavaScriptCore/interpreter/
DCallFrame.h109 CallFrame* callerFrame() const { return this[RegisterFile::CallerFrame].callFrame(); } in callerFrame() function
114 …void setCallerFrame(CallFrame* callerFrame) { static_cast<Register*>(this)[RegisterFile::CallerFra… in setCallerFrame() argument
118 CallFrame* callerFrame, int returnValueRegister, int argc, JSFunction* function) in init() argument
120 … ASSERT(callerFrame); // Use noCaller() rather than 0 for the outer host call frame caller. in init()
124 setCallerFrame(callerFrame); in init()
DInterpreter.cpp482 callFrame = callFrame->callerFrame(); in unwindCallFrame()
3327 callFrame = callFrame->callerFrame(); in privateExecute()
3936 CallFrame* callerFrame = functionCallFrame->callerFrame(); in retrieveCaller() local
3937 if (callerFrame->hasHostCallFrameFlag()) in retrieveCaller()
3940 JSValue caller = callerFrame->callee(); in retrieveCaller()
3953 CallFrame* callerFrame = callFrame->callerFrame(); in retrieveLastCaller() local
3954 if (callerFrame->hasHostCallFrameFlag()) in retrieveLastCaller()
3957 CodeBlock* callerCodeBlock = callerFrame->codeBlock(); in retrieveLastCaller()
3961 …unsigned bytecodeOffset = bytecodeOffsetForPC(callerFrame, callerCodeBlock, callFrame->returnPC()); in retrieveLastCaller()
3962 lineNumber = callerCodeBlock->lineNumberForBytecodeOffset(callerFrame, bytecodeOffset - 1); in retrieveLastCaller()
[all …]
/external/webkit/JavaScriptCore/jit/
DJITStubs.cpp1171 CallFrame* oldCallFrame = stackFrame.callFrame->callerFrame(); in DEFINE_STUB_FUNCTION()
1659 CallFrame* oldCallFrame = callFrame->callerFrame(); in DEFINE_STUB_FUNCTION()
1705 …CallLinkInfo* callLinkInfo = &stackFrame.callFrame->callerFrame()->codeBlock()->getCallLinkInfo(st… in DEFINE_STUB_FUNCTION()
1710 …JIT::linkCall(callee, stackFrame.callFrame->callerFrame()->codeBlock(), codeBlock, jitCode, callLi… in DEFINE_STUB_FUNCTION()