Searched refs:CMPG_DOUBLE (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | CmpBiasChanger.java | 135 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/ |
D | Opcode.java | 68 CMPG_DOUBLE, enumConstant
|
D | Instruction.java | 369 addOpcodeInfo(Opcode.CMPG_DOUBLE, "cmpg-double", 0x30, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | flow_analysis.cc | 538 case Instruction::CMPG_DOUBLE: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 70 …V(0x30, CMPG_DOUBLE, "cmpg-double", k23x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegBWide …
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2917 case Instruction::CMPG_DOUBLE: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1024 ALWAYS_INLINE void CMPG_DOUBLE() REQUIRES_SHARED(Locks::mutator_lock_) { in CMPG_DOUBLE() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2539 case Instruction::CMPG_DOUBLE: in CodeFlowVerifyInstruction()
|