Home
last modified time | relevance | path

Searched defs:callerFrame (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/interpreter/
DCallFrame.h107 CallFrame* callerFrame() const { return this[RegisterFile::CallerFrame].callFrame(); } in callerFrame() function
115 … void setCallerFrame(CallFrame* callerFrame) { this[RegisterFile::CallerFrame] = callerFrame; } in setCallerFrame()
120 CallFrame* callerFrame, int returnValueRegister, int argc, JSFunction* function) in init()
DInterpreter.cpp3966 CallFrame* callerFrame = functionCallFrame->callerFrame(); in retrieveCaller() local
3983 CallFrame* callerFrame = callFrame->callerFrame(); in retrieveLastCaller() local