Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc225 kComputedGotoImplKind // Computed-goto-based interpreter implementation. enumerator
233 static constexpr InterpreterImplKind kInterpreterImplKind = kComputedGotoImplKind;
277 DCHECK_EQ(kInterpreterImplKind, kComputedGotoImplKind); in Execute()
293 DCHECK_EQ(kInterpreterImplKind, kComputedGotoImplKind); in Execute()