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

  /external/webkit/Source/JavaScriptCore/interpreter/
CachedCall.h 40 , m_interpreter(callFrame->interpreter())
44 m_closure = m_interpreter->prepareForRepeatCall(function->jsExecutable(), callFrame, function, argCount, function->scope());
51 return m_interpreter->execute(m_closure);
66 m_interpreter->endRepeatCall(m_closure);
71 Interpreter* m_interpreter; member in class:JSC::CachedCall
  /external/webkit/Source/JavaScriptCore/bytecode/
SamplingTool.h 194 : m_interpreter(interpreter)
260 Interpreter* m_interpreter; member in class:JSC::SamplingTool
SamplingTool.cpp 188 unsigned opcodeID = m_interpreter->getOpcodeID(sample.vPC()[0].u.opcode);
  /external/webkit/Source/JavaScriptCore/jit/
JIT.cpp 72 : m_interpreter(globalData->interpreter)
179 ASSERT_WITH_MESSAGE(m_interpreter->isOpcode(currentInstruction->u.opcode), "privateCompileMainPass gone bad @ %d", m_bytecodeOffset);
193 switch (m_interpreter->getOpcodeID(currentInstruction->u.opcode)) {
383 switch (m_interpreter->getOpcodeID(currentInstruction->u.opcode)) {
JITInlineMethods.h 336 move(TrustedImmPtr(m_interpreter->sampler()->sampleSlot()), X86Registers::ecx);
337 storePtr(TrustedImmPtr(m_interpreter->sampler()->encodeSample(instruction, inHostFunction)), X86Registers::ecx);
342 storePtr(TrustedImmPtr(m_interpreter->sampler()->encodeSample(instruction, inHostFunction)), m_interpreter->sampler()->sampleSlot());
351 move(TrustedImmPtr(m_interpreter->sampler()->codeBlockSlot()), X86Registers::ecx);
357 storePtr(TrustedImmPtr(codeBlock), m_interpreter->sampler()->codeBlockSlot());
JIT.h 959 Interpreter* m_interpreter; member in class:JSC::JIT
    [all...]
JITPropertyAccess.cpp 322 ASSERT(m_interpreter->getOpcodeID((currentInstruction + OPCODE_LENGTH(op_method_check))->u.opcode) == op_get_by_id);
    [all...]
JITPropertyAccess32_64.cpp 200 ASSERT(m_interpreter->getOpcodeID((currentInstruction + OPCODE_LENGTH(op_method_check))->u.opcode) == op_get_by_id);
    [all...]

Completed in 41 milliseconds