HomeSort by relevance Sort by last modified time
    Searched defs:Interpreter (Results 1 - 4 of 4) sorted by null

  /external/webkit/JavaScriptCore/interpreter/
Interpreter.h 69 class Interpreter : public FastAllocBase {
73 Interpreter();
126 #if USE(INTERPRETER)
Interpreter.cpp 31 #include "Interpreter.h"
91 #if USE(INTERPRETER)
92 NEVER_INLINE bool Interpreter::resolve(CallFrame* callFrame, Instruction* vPC, JSValue& exceptionValue)
120 NEVER_INLINE bool Interpreter::resolveSkip(CallFrame* callFrame, Instruction* vPC, JSValue& exceptionValue)
153 NEVER_INLINE bool Interpreter::resolveGlobal(CallFrame* callFrame, Instruction* vPC, JSValue& exceptionValue)
193 NEVER_INLINE void Interpreter::resolveBase(CallFrame* callFrame, Instruction* vPC)
200 NEVER_INLINE bool Interpreter::resolveBaseAndProperty(CallFrame* callFrame, Instruction* vPC, JSValue& exceptionValue)
236 #endif // USE(INTERPRETER)
238 ALWAYS_INLINE CallFrame* Interpreter::slideRegisterWindowForCall(CodeBlock* newCodeBlock, RegisterFile* registerFile, CallFrame* callFrame, size_t registerOffset, int argc)
275 #if USE(INTERPRETER)
    [all...]
  /dalvik/vm/interp/
Interp.c 18 * Main interpreter entry point and support functions.
20 * The entry point selects the "standard" or "debug" interpreter and
21 * facilitates switching between them. The standard interpreter may
191 * check in the interpreter results in an exception being thrown.
    [all...]
  /external/webkit/JavaScriptCore/yarr/
RegexInterpreter.cpp 42 class Interpreter {
    [all...]

Completed in 86 milliseconds