Searched refs:setCurrentVPC (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DCallFrame.cpp58 setCurrentVPC(codeBlock()->instructions().begin() + offset);
66 void CallFrame::setCurrentVPC(Instruction* vpc) function in class:JSC::CallFrame
H A DCallFrame.h196 void setCurrentVPC(Instruction* vpc) function in class:JSC::ExecState
203 void setCurrentVPC(Instruction* vpc);
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DCommonSlowPaths.cpp65 exec->setCurrentVPC(pc + 1); \
69 exec->setCurrentVPC(pc + 1); \
/macosx-10.10.1/JavaScriptCore-7600.1.17/llint/
H A DLLIntSlowPaths.cpp65 exec->setCurrentVPC(pc + 1); \
69 exec->setCurrentVPC(pc + 1); \
1198 exec->setCurrentVPC(pc);
1219 exec->setCurrentVPC(pc);
1237 exec->setCurrentVPC(pc);

Completed in 186 milliseconds