Home
last modified time | relevance | path

Searched refs:IF_GEZ (Results 1 – 9 of 9) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DOppositeBranchChanger.java55 return Opcode.IF_GEZ; in getModifiedOpcode()
58 case IF_GEZ: in getModifiedOpcode()
DRandomBranchChanger.java41 Opcode.IF_GEZ,
/art/compiler/optimizing/
Ddead_code_elimination_test.cc74 Instruction::IF_GEZ | 1 << 8, 3, in TEST_F()
Dconstant_folding_test.cc673 Instruction::IF_GEZ | 1 << 8, 3, in TEST_F()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java79 IF_GEZ, enumConstant
DInstruction.java380 addOpcodeInfo(Opcode.IF_GEZ, "if-gez", 0x3b, new Format21t()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_list.h81 …V(0x3B, IF_GEZ, "if-gez", k21t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyBranchTar…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h906 HANDLER_ATTRIBUTES bool IF_GEZ() { in IF_GEZ() function
/art/runtime/verifier/
Dmethod_verifier.cc1470 case Instruction::IF_GEZ: in GetBranchOffset()
2784 case Instruction::IF_GEZ: in CodeFlowVerifyInstruction()