Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc316 kSwitchImpl, // Switch-based interpreter implementation. enumerator
324 static constexpr InterpreterImplKind kInterpreterImplKind = kSwitchImpl;
365 if (kInterpreterImplKind == kSwitchImpl) { in Execute()
381 if (kInterpreterImplKind == kSwitchImpl) { in Execute()