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

  /external/webkit/Source/JavaScriptCore/bytecode/
SamplingTool.h 227 intptr_t* sampleSlot() { return &m_sample; }
  /external/webkit/Source/JavaScriptCore/jit/
JITInlineMethods.h 336 move(TrustedImmPtr(m_interpreter->sampler()->sampleSlot()), X86Registers::ecx);
342 storePtr(TrustedImmPtr(m_interpreter->sampler()->encodeSample(instruction, inHostFunction)), m_interpreter->sampler()->sampleSlot());

Completed in 145 milliseconds