Home | History | Annotate | Download | only in runtime

Lines Matching refs:interpreter

44 #include "interpreter/interpreter.h"
1464 // instead of failing we should just run the interpreter from the dex files in the input oat.
1571 method->SetEntryPointFromInterpreter(interpreter::artInterpreterToInterpreterBridge);
1643 // Set entry point to interpreter if in InterpretOnly mode.
2428 // No code? You must mean to go into the interpreter.
2453 // No code? You must mean to go into the interpreter.
2488 // Returns true if the method must run with interpreter, false otherwise.
2493 // No code: need interpreter.
2505 // If interpreter mode is enabled, every method (except native and proxy) must
2506 // be run with interpreter.
2556 // Use interpreter entry point.
2610 // Install entry point from interpreter.
2619 method->SetEntryPointFromInterpreter(interpreter
2643 // Set entry point from compiled code if there's no code or in interpreter only mode.
3588 // Let the interpreter know it by setting the kAccPreverified flag onto each