Home
last modified time | relevance | path

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

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