Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DOppositeBranchChanger.java56 case IF_GTZ: in getModifiedOpcode()
61 return Opcode.IF_GTZ; in getModifiedOpcode()
DRandomBranchChanger.java42 Opcode.IF_GTZ,
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java80 IF_GTZ, enumConstant
DInstruction.java381 addOpcodeInfo(Opcode.IF_GTZ, "if-gtz", 0x3c, new Format21t()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_list.h82 …V(0x3C, IF_GTZ, "if-gtz", k21t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyBranchTar…
/art/runtime/verifier/
Dmethod_verifier.cc1430 case Instruction::IF_GTZ: in GetBranchOffset()
2777 case Instruction::IF_GTZ: in CodeFlowVerifyInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1183 ALWAYS_INLINE void IF_GTZ() REQUIRES_SHARED(Locks::mutator_lock_) { in IF_GTZ() function