Home
last modified time | relevance | path

Searched refs:IF_GE (Results 1 – 6 of 6) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java73 IF_GE, enumConstant
DInstruction.java374 addOpcodeInfo(Opcode.IF_GE, "if-ge", 0x35, new Format22t()); in addOpcodeInfo() argument
/art/compiler/optimizing/
Dscheduler_test.cc217 Instruction::IF_GE | 5 << 12 | 1 << 8, 0x0014, // if-ge v1, v5, 001a // +0014 in TEST_F()
/art/runtime/
Ddex_instruction_list.h75 …V(0x35, IF_GE, "if-ge", k22t, kIndexNone, kContinue | kBranch, kVerifyRegA | kVerifyRegB | kVerify…
/art/runtime/verifier/
Dmethod_verifier.cc1464 case Instruction::IF_GE: in GetBranchOffset()
2615 case Instruction::IF_GE: in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc783 case Instruction::IF_GE: { in ExecuteSwitchImpl()