Searched refs:IF_GEZ (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | OppositeBranchChanger.java | 55 return Opcode.IF_GEZ; in getModifiedOpcode() 58 case IF_GEZ: in getModifiedOpcode()
|
D | RandomBranchChanger.java | 41 Opcode.IF_GEZ,
|
/art/compiler/optimizing/ |
D | dead_code_elimination_test.cc | 74 Instruction::IF_GEZ | 1 << 8, 3, in TEST_F()
|
D | constant_folding_test.cc | 673 Instruction::IF_GEZ | 1 << 8, 3, in TEST_F()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 79 IF_GEZ, enumConstant
|
D | Instruction.java | 380 addOpcodeInfo(Opcode.IF_GEZ, "if-gez", 0x3b, new Format21t()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 81 …V(0x3B, IF_GEZ, "if-gez", k21t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyBranchTar…
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1429 case Instruction::IF_GEZ: in GetBranchOffset() 2776 case Instruction::IF_GEZ: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1171 ALWAYS_INLINE void IF_GEZ() REQUIRES_SHARED(Locks::mutator_lock_) { in IF_GEZ() function
|