Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc321 static constexpr InterpreterImplKind kInterpreterImplKind = kComputedGotoImplKind; variable
324 static constexpr InterpreterImplKind kInterpreterImplKind = kSwitchImpl; variable
365 if (kInterpreterImplKind == kSwitchImpl) { in Execute()
372 DCHECK_EQ(kInterpreterImplKind, kComputedGotoImplKind); in Execute()
381 if (kInterpreterImplKind == kSwitchImpl) { in Execute()
388 DCHECK_EQ(kInterpreterImplKind, kComputedGotoImplKind); in Execute()