Home
last modified time | relevance | path

Searched refs:m_interpreter (Results 1 – 8 of 8) sorted by relevance

/external/webkit/JavaScriptCore/interpreter/
DCachedCall.h39 , m_interpreter(callFrame->interpreter()) in CachedCall()
43 …m_closure = m_interpreter->prepareForRepeatCall(function->body(), callFrame, function, argCount, f… in CachedCall()
50 return m_interpreter->execute(m_closure, m_exception); in call()
58 m_interpreter->endRepeatCall(m_closure); in ~CachedCall()
63 Interpreter* m_interpreter; variable
/external/webkit/JavaScriptCore/jit/
DJITInlineMethods.h245 move(ImmPtr(m_interpreter->sampler()->sampleSlot()), X86::ecx); in sampleInstruction()
246 storePtr(ImmPtr(m_interpreter->sampler()->encodeSample(instruction, inHostFunction)), X86::ecx); in sampleInstruction()
251 …storePtr(ImmPtr(m_interpreter->sampler()->encodeSample(instruction, inHostFunction)), m_interprete… in sampleInstruction()
260 move(ImmPtr(m_interpreter->sampler()->codeBlockSlot()), X86::ecx); in sampleCodeBlock()
266 storePtr(ImmPtr(codeBlock), m_interpreter->sampler()->codeBlockSlot()); in sampleCodeBlock()
DJIT.cpp76 : m_interpreter(globalData->interpreter) in JIT()
182 …ASSERT_WITH_MESSAGE(m_interpreter->isOpcode(currentInstruction->u.opcode), "privateCompileMainPass… in privateCompileMainPass()
196 switch (m_interpreter->getOpcodeID(currentInstruction->u.opcode)) { in privateCompileMainPass()
370 switch (m_interpreter->getOpcodeID(currentInstruction->u.opcode)) { in privateCompileSlowCases()
DJIT.h808 Interpreter* m_interpreter; variable
DJITPropertyAccess.cpp200 …ASSERT(m_interpreter->getOpcodeID((currentInstruction + OPCODE_LENGTH(op_method_check))->u.opcode)… in emit_op_method_check()
1113 …ASSERT(m_interpreter->getOpcodeID((currentInstruction + OPCODE_LENGTH(op_method_check))->u.opcode)…
/external/webkit/JavaScriptCore/bytecode/
DSamplingTool.h190 : m_interpreter(interpreter) in SamplingTool()
256 Interpreter* m_interpreter; variable
DSamplingTool.cpp188 unsigned opcodeID = m_interpreter->getOpcodeID(sample.vPC()[0].u.opcode); in doRun()
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-145809 (KJS::Bindings::RootObject::interpreter): "_interpreter" => "m_interpreter"