Home
last modified time | relevance | path

Searched refs:CMPG_DOUBLE (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DCmpBiasChanger.java135 if (opcode == Opcode.CMPG_DOUBLE) { in getLegalDifferentOpcode()
139 return Opcode.CMPG_DOUBLE; in getLegalDifferentOpcode()
149 if (Opcode.isBetween(opcode, Opcode.CMPL_FLOAT, Opcode.CMPG_DOUBLE)) { in isCmpBiasOperation()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java68 CMPG_DOUBLE, enumConstant
DInstruction.java369 addOpcodeInfo(Opcode.CMPG_DOUBLE, "cmpg-double", 0x30, new Format23x()); in addOpcodeInfo() argument
/art/tools/veridex/
Dflow_analysis.cc561 case Instruction::CMPG_DOUBLE: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h70 …V(0x30, CMPG_DOUBLE, "cmpg-double", k23x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegBWide …
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h787 HANDLER_ATTRIBUTES bool CMPG_DOUBLE() { in CMPG_DOUBLE() function
/art/compiler/optimizing/
Dinstruction_builder.cc3380 case Instruction::CMPG_DOUBLE: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2545 case Instruction::CMPG_DOUBLE: in CodeFlowVerifyInstruction()