Searched defs:IsBranch (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddex_instruction.h452 bool IsBranch() const { function in class:art::Instruction
484 return IsBranch() || IsReturn() || Opcode() == THROW;

Completed in 44 milliseconds