Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DOppositeBranchChanger.java44 case IF_GT: in getModifiedOpcode()
49 return Opcode.IF_GT; in getModifiedOpcode()
DRandomBranchChanger.java33 Opcode.IF_GT,
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java74 IF_GT, enumConstant
DInstruction.java375 addOpcodeInfo(Opcode.IF_GT, "if-gt", 0x36, new Format22t()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_list.h76 …V(0x36, IF_GT, "if-gt", k22t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyRegB | kVer…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h886 HANDLER_ATTRIBUTES bool IF_GT() { in IF_GT() function
/art/runtime/verifier/
Dmethod_verifier.cc1465 case Instruction::IF_GT: in GetBranchOffset()
2661 case Instruction::IF_GT: in CodeFlowVerifyInstruction()