Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DOppositeBranchChanger.java42 case IF_LT: in getModifiedOpcode()
47 return Opcode.IF_LT; in getModifiedOpcode()
DRandomBranchChanger.java31 Opcode.IF_LT,
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java72 IF_LT, enumConstant
DInstruction.java373 addOpcodeInfo(Opcode.IF_LT, "if-lt", 0x34, new Format22t()); in addOpcodeInfo() argument
/art/libdexfile/dex/
Ddex_instruction_list.h74 …V(0x34, IF_LT, "if-lt", k22t, kIndexNone, kContinue | kBranch, 0, kVerifyRegA | kVerifyRegB | kVer…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h878 HANDLER_ATTRIBUTES bool IF_LT() { in IF_LT() function
/art/runtime/verifier/
Dmethod_verifier.cc1462 case Instruction::IF_LT: in GetBranchOffset()
2658 case Instruction::IF_LT: in CodeFlowVerifyInstruction()