Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DOppositeBranchChanger.java43 return Opcode.IF_GE; in getModifiedOpcode()
46 case IF_GE: in getModifiedOpcode()
DRandomBranchChanger.java32 Opcode.IF_GE,
/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.cc394 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, 0, kVerifyRegA | kVerifyRegB | kVer…
/art/runtime/verifier/
Dmethod_verifier.cc1466 case Instruction::IF_GE: in GetBranchOffset()
2614 case Instruction::IF_GE: in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc840 case Instruction::IF_GE: { in ExecuteSwitchImpl()