Searched refs:m_interpreter (Results 1 – 8 of 8) sorted by relevance
/external/webkit/JavaScriptCore/interpreter/ |
D | CachedCall.h | 39 , 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/ |
D | JITInlineMethods.h | 245 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()
|
D | JIT.cpp | 76 : 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()
|
D | JIT.h | 808 Interpreter* m_interpreter; variable
|
D | JITPropertyAccess.cpp | 200 …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/ |
D | SamplingTool.h | 190 : m_interpreter(interpreter) in SamplingTool() 256 Interpreter* m_interpreter; variable
|
D | SamplingTool.cpp | 188 unsigned opcodeID = m_interpreter->getOpcodeID(sample.vPC()[0].u.opcode); in doRun()
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 5809 (KJS::Bindings::RootObject::interpreter): "_interpreter" => "m_interpreter"
|