Home
last modified time | relevance | path

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

/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DOppositeBranchChanger.java43 return Opcode.IF_GE; in getModifiedOpcode()
46 case IF_GE: in getModifiedOpcode()
H A DRandomBranchChanger.java32 Opcode.IF_GE,
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java73 IF_GE, enumConstant
H A DInstruction.java374 addOpcodeInfo(Opcode.IF_GE, "if-ge", 0x35, new Format22t()); in addOpcodeInfo() argument
/aosp12/art/compiler/optimizing/
H A Dscheduler_test.cc443 Instruction::IF_GE | 5 << 12 | 1 << 8, 0x0014, // if-ge v1, v5, 001a // +0014 in TEST_F()
/aosp12/art/libdexfile/dex/
H A Ddex_instruction_list.h75 …V(0x35, IF_GE, "if-ge", k22t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyRegB | kVer…
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h807 HANDLER_ATTRIBUTES bool IF_GE() { in IF_GE() function
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc1470 case Instruction::IF_GE: in GetBranchOffset()
2653 case Instruction::IF_GE: in CodeFlowVerifyInstruction()