HomeSort by relevance Sort by last modified time
    Searched defs:IsReturn (Results 1 - 3 of 3) sorted by null

  /art/runtime/verifier/
instruction_flags.h 102 bool IsReturn() const {
  /art/runtime/
dex_instruction.h 354 bool IsReturn() const {
360 return IsBranch() || IsReturn() || Opcode() == THROW;
  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 672 bool IsReturn = (MBB->succ_size() == 0);
674 assert(IsReturn);
675 else if (IsReturn)
679 return IsReturn;
    [all...]

Completed in 68 milliseconds