Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java69 CMP_LONG, enumConstant
DInstruction.java370 addOpcodeInfo(Opcode.CMP_LONG, "cmp-long", 0x31, new Format23x()); in addOpcodeInfo() argument
/art/tools/veridex/
Dflow_analysis.cc536 case Instruction::CMP_LONG: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h71 …V(0x31, CMP_LONG, "cmp-long", k23x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegBWide | kVer…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h866 HANDLER_ATTRIBUTES bool CMP_LONG() { in CMP_LONG() function
/art/compiler/optimizing/
Dinstruction_builder.cc3202 case Instruction::CMP_LONG: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2564 case Instruction::CMP_LONG: in CodeFlowVerifyInstruction()