Searched refs:kUnconditional (Results 1 – 2 of 2) sorted by relevance
/tools/dexter/slicer/export/slicer/ |
D | dex_instruction_list.h | 66 V(0x28, GOTO, "goto", k10t, kIndexNone, kBranch | kUnconditional, 0, kVerifyBranchTarget) \ 67 V(0x29, GOTO_16, "goto/16", k20t, kIndexNone, kBranch | kUnconditional, 0, kVerifyBranchTarget) \ 68 V(0x2A, GOTO_32, "goto/32", k30t, kIndexNone, kBranch | kUnconditional, 0, kVerifyBranchTarget) \
|
D | dex_bytecode.h | 91 kUnconditional = 0x40, // unconditional branch enumerator
|