Searched defs:interpreter (Results 1 - 7 of 7) sorted by relevance

/art/runtime/interpreter/
H A Dinterpreter.h34 namespace interpreter { namespace in namespace:art
55 } // namespace interpreter
H A Dinterpreter.cc24 namespace interpreter { namespace in namespace:art
316 kSwitchImpl, // Switch-based interpreter implementation.
317 kComputedGotoImplKind // Computed-goto-based interpreter implementation.
323 // Clang 3.4 fails to build the goto interpreter implementation.
364 // Enter the "without access check" interpreter.
380 // Enter the "with access check" interpreter.
580 } // namespace interpreter
H A Dinterpreter_common.h20 #include "interpreter.h"
65 namespace interpreter { namespace in namespace:art
67 // External references to both interpreter implementations.
411 } // namespace interpreter
H A Dinterpreter_goto_table_impl.cc20 namespace interpreter { namespace in namespace:art
31 // Advance to the next instruction and updates interpreter state.
78 * When instrumentation is active, the interpreter uses the "alternative" handler table. Otherwise
81 * The current handler table is the handler table being used by the interpreter. It is updated:
139 LOG(FATAL) << "Invalid shadow frame for interpreter use";
2463 } // namespace interpreter
H A Dinterpreter_switch_impl.cc20 namespace interpreter { namespace in namespace:art
65 LOG(FATAL) << "Invalid shadow frame for interpreter use";
2197 } // namespace interpreter
H A Dinterpreter_common.cc23 namespace interpreter { namespace in namespace:art
916 // Not special, continue with regular interpreter execution.
950 } // namespace interpreter
/art/patchoat/
H A Dpatchoat.cc548 uintptr_t interpreter = reinterpret_cast<uintptr_t>( local
550 if (interpreter != 0) {
552 reinterpret_cast<mirror::EntryPointFromInterpreter*>(interpreter + delta_), pointer_size);

Completed in 3646 milliseconds