Searched refs:AbstractPC (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DAbstractPC.h38 class AbstractPC { class in namespace:JSC
40 AbstractPC() function in class:JSC::AbstractPC
46 AbstractPC(VM&, ExecState*);
49 AbstractPC(ReturnAddressPtr ptr) function in class:JSC::AbstractPC
H A DAbstractPC.cpp27 #include "AbstractPC.h"
36 AbstractPC::AbstractPC(VM& vm, ExecState* exec) function in class:JSC::AbstractPC
H A DCallFrame.h26 #include "AbstractPC.h"
115 AbstractPC abstractReturnPC(VM& vm) { return AbstractPC(vm, this); }
247 CallFrame* trueCallFrame(AbstractPC);
258 CallFrame* trueCallFrame(AbstractPC) { return this; }
273 CallFrame* trueCallFrameFromVMCode() { return trueCallFrame(AbstractPC()); }
H A DCallFrame.cpp89 CallFrame* CallFrame::trueCallFrame(AbstractPC pc)
H A DInterpreter.cpp357 AbstractPC pc = callFrame->abstractReturnPC(callFrame->vm());

Completed in 139 milliseconds