HomeSort by relevance Sort by last modified time
    Searched refs:sampleInstruction (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/JavaScriptCore/jit/
JITStubCall.h 171 m_jit->sampleInstruction(m_jit->m_codeBlock->instructions().begin() + m_jit->m_bytecodeOffset, true);
180 m_jit->sampleInstruction(m_jit->m_codeBlock->instructions().begin() + m_jit->m_bytecodeOffset, false);
JIT.cpp 183 sampleInstruction(currentInstruction);
470 sampleInstruction(m_codeBlock->instructions().begin());
JITInlineMethods.h 334 ALWAYS_INLINE void JIT::sampleInstruction(Instruction* instruction, bool inHostFunction)
340 ALWAYS_INLINE void JIT::sampleInstruction(Instruction* instruction, bool inHostFunction)
JIT.h     [all...]

Completed in 473 milliseconds