Home
last modified time | relevance | path

Searched refs:IF_LTZ (Results 1 – 7 of 7) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DOppositeBranchChanger.java54 case IF_LTZ: in getModifiedOpcode()
59 return Opcode.IF_LTZ; in getModifiedOpcode()
DRandomBranchChanger.java40 Opcode.IF_LTZ,
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java78 IF_LTZ, enumConstant
DInstruction.java379 addOpcodeInfo(Opcode.IF_LTZ, "if-ltz", 0x3a, new Format21t()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_list.h80 …V(0x3A, IF_LTZ, "if-ltz", k21t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyBranchTar…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h902 HANDLER_ATTRIBUTES bool IF_LTZ() { in IF_LTZ() function
/art/runtime/verifier/
Dmethod_verifier.cc1468 case Instruction::IF_LTZ: in GetBranchOffset()
2782 case Instruction::IF_LTZ: in CodeFlowVerifyInstruction()