Searched refs:IF_GE (Results 1 – 6 of 6) sorted by relevance
/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 | 217 Instruction::IF_GE | 5 << 12 | 1 << 8, 0x0014, // if-ge v1, v5, 001a // +0014 in TEST_F()
|
/art/runtime/ |
D | dex_instruction_list.h | 75 …V(0x35, IF_GE, "if-ge", k22t, kIndexNone, kContinue | kBranch, kVerifyRegA | kVerifyRegB | kVerify…
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1464 case Instruction::IF_GE: in GetBranchOffset() 2615 case Instruction::IF_GE: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 783 case Instruction::IF_GE: { in ExecuteSwitchImpl()
|