Home
last modified time | relevance | path

Searched refs:kSwitchImpl (Results 1 – 1 of 1) sorted by relevance

/art/runtime/interpreter/
Dinterpreter.cc224 kSwitchImpl, // Switch-based interpreter implementation. enumerator
228 os << ((rhs == kSwitchImpl) ? "Switch-based interpreter" : "Computed-goto-based interpreter"); in operator <<()
236 static constexpr InterpreterImplKind kInterpreterImplKind = kSwitchImpl;
270 if (kInterpreterImplKind == kSwitchImpl) { in Execute()
286 if (kInterpreterImplKind == kSwitchImpl) { in Execute()