Searched refs:IF_LTZ (Results 1 – 5 of 5) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 78 IF_LTZ, enumConstant
|
D | Instruction.java | 379 addOpcodeInfo(Opcode.IF_LTZ, "if-ltz", 0x3a, new Format21t()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | dex_instruction_list.h | 80 …V(0x3A, IF_LTZ, "if-ltz", k21t, kIndexNone, kContinue | kBranch, kVerifyRegA | kVerifyBranchTarget…
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1469 case Instruction::IF_LTZ: in GetBranchOffset() 2744 case Instruction::IF_LTZ: in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 851 case Instruction::IF_LTZ: { in ExecuteSwitchImpl()
|