Searched refs:CMP_LONG (Results 1 – 6 of 6) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 69 CMP_LONG, enumConstant
|
D | Instruction.java | 370 addOpcodeInfo(Opcode.CMP_LONG, "cmp-long", 0x31, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | flow_analysis.cc | 528 case Instruction::CMP_LONG: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 71 …V(0x31, CMP_LONG, "cmp-long", k23x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegBWide | kVer…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 873 case Instruction::CMP_LONG: { in ExecuteSwitchImplCpp()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2773 case Instruction::CMP_LONG: { in ProcessDexInstruction()
|