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

  /external/webkit/Source/JavaScriptCore/bytecode/
SamplingTool.h 229 void* encodeSample(Instruction* vPC, bool inCTIFunction = false, bool inHostFunction = false)
  /external/webkit/Source/JavaScriptCore/jit/
JITInlineMethods.h 337 storePtr(TrustedImmPtr(m_interpreter->sampler()->encodeSample(instruction, inHostFunction)), X86Registers::ecx);
342 storePtr(TrustedImmPtr(m_interpreter->sampler()->encodeSample(instruction, inHostFunction)), m_interpreter->sampler()->sampleSlot());

Completed in 179 milliseconds