HomeSort by relevance Sort by last modified time
    Searched refs:kUnconditional (Results 1 - 4 of 4) sorted by null

  /art/runtime/
dex_instruction.h 127 kUnconditional = 0x000040, // unconditional branch
460 return (kInstructionFlags[Opcode()] & kUnconditional) != 0;
dex_instruction_list.h 61 V(0x28, GOTO, "goto", k10t, false, kNone, kBranch | kUnconditional, kVerifyBranchTarget) \
62 V(0x29, GOTO_16, "goto/16", k20t, false, kNone, kBranch | kUnconditional, kVerifyBranchTarget) \
63 V(0x2A, GOTO_32, "goto/32", k30t, false, kNone, kBranch | kUnconditional, kVerifyBranchTarget) \
  /art/compiler/utils/arm/
assembler_thumb2.h 489 kUnconditional, // B.
620 if (assembler_->IsForced32Bit() && (type_ == kUnconditional || type_ == kConditional)) {
630 case kUnconditional:
assembler_thumb2.cc     [all...]

Completed in 65 milliseconds