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

  /external/webkit/JavaScriptCore/bytecode/
SamplingTool.h 227 void* encodeSample(Instruction* vPC, bool inCTIFunction = false, bool inHostFunction = false)
  /external/webkit/JavaScriptCore/jit/
JITInlineMethods.h 285 storePtr(ImmPtr(m_interpreter->sampler()->encodeSample(instruction, inHostFunction)), X86Registers::ecx);
290 storePtr(ImmPtr(m_interpreter->sampler()->encodeSample(instruction, inHostFunction)), m_interpreter->sampler()->sampleSlot());

Completed in 20 milliseconds