Searched refs:kUnconditional (Results 1 – 2 of 2) sorted by relevance
/art/runtime/ |
D | dex_instruction.h | 127 kUnconditional = 0x40, // unconditional branch enumerator 334 return (kInstructionFlags[Opcode()] & kUnconditional) != 0; in IsUnconditional()
|
D | 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) \
|