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

  /external/webkit/JavaScriptCore/interpreter/
CachedCall.h 39 , m_interpreter(callFrame->interpreter())
44 m_closure = m_interpreter->prepareForRepeatCall(function->jsExecutable(), callFrame, function, argCount, function->scope().node(), exception);
51 return m_interpreter->execute(m_closure, m_exception);
66 m_interpreter->endRepeatCall(m_closure);
71 Interpreter* m_interpreter; member in class:JSC::CachedCall
  /external/webkit/JavaScriptCore/bytecode/
SamplingTool.h 192 : m_interpreter(interpreter)
258 Interpreter* m_interpreter; member in class:JSC::SamplingTool
SamplingTool.cpp 188 unsigned opcodeID = m_interpreter->getOpcodeID(sample.vPC()[0].u.opcode);
  /external/webkit/JavaScriptCore/jit/
JIT.cpp 75 : m_interpreter(globalData->interpreter)
181 ASSERT_WITH_MESSAGE(m_interpreter->isOpcode(currentInstruction->u.opcode), "privateCompileMainPass gone bad @ %d", m_bytecodeIndex);
195 switch (m_interpreter->getOpcodeID(currentInstruction->u.opcode)) {
372 switch (m_interpreter->getOpcodeID(currentInstruction->u.opcode)) {
JITInlineMethods.h 284 move(ImmPtr(m_interpreter->sampler()->sampleSlot()), X86Registers::ecx);
285 storePtr(ImmPtr(m_interpreter->sampler()->encodeSample(instruction, inHostFunction)), X86Registers::ecx);
290 storePtr(ImmPtr(m_interpreter->sampler()->encodeSample(instruction, inHostFunction)), m_interpreter->sampler()->sampleSlot());
299 move(ImmPtr(m_interpreter->sampler()->codeBlockSlot()), X86Registers::ecx);
305 storePtr(ImmPtr(codeBlock), m_interpreter->sampler()->codeBlockSlot());
JITPropertyAccess.cpp 201 ASSERT(m_interpreter->getOpcodeID((currentInstruction + OPCODE_LENGTH(op_method_check))->u.opcode) == op_get_by_id);
    [all...]
JIT.h 922 Interpreter* m_interpreter; member in class:JSC::JIT
    [all...]

Completed in 210 milliseconds