Lines Matching full:interpreter
42 #include "interpreter/interpreter.h"
1004 method->SetEntryPointFromInterpreter(interpreter::artInterpreterToInterpreterBridge);
1061 // Set entry point to interpreter if in InterpretOnly mode.
1599 // No code? You must mean to go into the interpreter.
1613 // Returns true if the method must run with interpreter, false otherwise.
1616 // No code: need interpreter.
1626 // If interpreter mode is enabled, every method (except native and proxy) must
1627 // be run with interpreter.
1666 // Use interpreter entry point.
1684 // Install entry point from interpreter.
1688 method->SetEntryPointFromInterpreter(interpreter::artInterpreterToInterpreterBridge);
1704 // Set entry point from compiled code if there's no code or in interpreter only mode.
2513 // Let the interpreter know it by setting the kAccPreverified flag onto each
3061 art::interpreter::EnterInterpreterFromInvoke(self, clinit, NULL, NULL, NULL);