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

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

Completed in 5104 milliseconds