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

/macosx-10.9.5/JavaScriptCore-7537.78.1/jit/
H A DJITStubCall.h211 m_jit->sampleInstruction(m_jit->m_codeBlock->instructions().begin() + m_jit->m_bytecodeOffset, true);
221 m_jit->sampleInstruction(m_jit->m_codeBlock->instructions().begin() + m_jit->m_bytecodeOffset, false);
H A DJIT.cpp186 sampleInstruction(currentInstruction);
616 sampleInstruction(m_codeBlock->instructions().begin());
H A DJITInlines.h285 ALWAYS_INLINE void JIT::sampleInstruction(Instruction* instruction, bool inHostFunction) function in class:JSC::JIT
291 ALWAYS_INLINE void JIT::sampleInstruction(Instruction* instruction, bool inHostFunction) function in class:JSC::JIT
H A DJIT.h871 void sampleInstruction(Instruction*, bool = false);

Completed in 87 milliseconds