HomeSort by relevance Sort by last modified time
    Searched defs:m_interpreter (Results 1 - 3 of 3) 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
  /external/webkit/Source/JavaScriptCore/jit/
JIT.h 959 Interpreter* m_interpreter; member in class:JSC::JIT
    [all...]

Completed in 329 milliseconds