OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:kunconditional
(Results
1 - 2
of
2
) sorted by null
/art/runtime/
dex_instruction.h
127
kUnconditional
= 0x40, // unconditional branch
334
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) \
Completed in 905 milliseconds