Searched defs:vPC (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DSamplingTool.cpp249 void ScriptSampleRecord::sample(CodeBlock* codeBlock, Instruction* vPC) argument
H A DSamplingTool.h286 void sample(CodeBlock* codeBlock, Instruction* vPC) argument
296 void* encodeSample(Instruction* vPC, bool inCTIFunction = false, bool inHostFunction = false) argument
315 Instruction* vPC() { return reinterpret_cast<Instruction*>(m_sample & ~0x3); } function in class:JSC::SamplingTool::Sample
/macosx-10.10.1/JavaScriptCore-7600.1.17/interpreter/
H A DCallFrame.h210 ALWAYS_INLINE void init(CodeBlock* codeBlock, Instruction* vPC, JSScope* scope, argument

Completed in 68 milliseconds