Home
last modified time | relevance | path

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

/art/tools/jvmti-agents/titrace/
Dinstruction_decoder.cc211 kGoto = 0xa7, enumerator
421 case kGoto: return "goto"; in ToString()
/art/compiler/optimizing/
Dnodes.h2957 : HExpression(kGoto, SideEffects::None(), dex_pc) { in HExpression() argument