Searched refs:IF_GE (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | OppositeBranchChanger.java | 43 return Opcode.IF_GE; in getModifiedOpcode() 46 case IF_GE: in getModifiedOpcode()
|
D | RandomBranchChanger.java | 32 Opcode.IF_GE,
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 73 IF_GE, enumConstant
|
D | Instruction.java | 374 addOpcodeInfo(Opcode.IF_GE, "if-ge", 0x35, new Format22t()); in addOpcodeInfo() argument
|
/art/compiler/optimizing/ |
D | scheduler_test.cc | 441 Instruction::IF_GE | 5 << 12 | 1 << 8, 0x0014, // if-ge v1, v5, 001a // +0014 in TEST_F()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 75 …V(0x35, IF_GE, "if-ge", k22t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyRegB | kVer…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 882 HANDLER_ATTRIBUTES bool IF_GE() { in IF_GE() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1463 case Instruction::IF_GE: in GetBranchOffset() 2659 case Instruction::IF_GE: in CodeFlowVerifyInstruction()
|