HomeSort by relevance Sort by last modified time
    Searched defs:callerFrame (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/interpreter/
CallFrame.h 109 CallFrame* callerFrame() const { return this[RegisterFile::CallerFrame].callFrame(); }
114 void setCallerFrame(CallFrame* callerFrame) { static_cast<Register*>(this)[RegisterFile::CallerFrame] = callerFrame; }
118 CallFrame* callerFrame, int returnValueRegister, int argc, JSFunction* function)
120 ASSERT(callerFrame); // Use noCaller() rather than 0 for the outer host call frame caller.
124 setCallerFrame(callerFrame);
Interpreter.cpp 482 callFrame = callFrame->callerFrame();
    [all...]

Completed in 85 milliseconds