Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dinterpreter.cc231 kComputedGotoImplKind, // Computed-goto-based interpreter implementation. enumerator
237 : (rhs == kComputedGotoImplKind) in operator <<()
354 DCHECK_EQ(kInterpreterImplKind, kComputedGotoImplKind); in Execute()
381 DCHECK_EQ(kInterpreterImplKind, kComputedGotoImplKind); in Execute()