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

  /external/webkit/JavaScriptCore/jit/
JITStubCall.h 169 m_jit->sampleInstruction(m_jit->m_codeBlock->instructions().begin() + m_jit->m_bytecodeIndex, true);
178 m_jit->sampleInstruction(m_jit->m_codeBlock->instructions().begin() + m_jit->m_bytecodeIndex, false);
JIT.cpp 185 sampleInstruction(currentInstruction);
450 sampleInstruction(m_codeBlock->instructions().begin());
JITInlineMethods.h 282 ALWAYS_INLINE void JIT::sampleInstruction(Instruction* instruction, bool inHostFunction)
288 ALWAYS_INLINE void JIT::sampleInstruction(Instruction* instruction, bool inHostFunction)
JIT.h     [all...]

Completed in 31 milliseconds