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

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

Completed in 382 milliseconds