Searched refs:CMPL_DOUBLE (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | CmpBiasChanger.java | 136 return Opcode.CMPL_DOUBLE; in getLegalDifferentOpcode() 138 if (opcode == Opcode.CMPL_DOUBLE) { in getLegalDifferentOpcode()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 67 CMPL_DOUBLE, enumConstant
|
D | Instruction.java | 368 addOpcodeInfo(Opcode.CMPL_DOUBLE, "cmpl-double", 0x2f, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | flow_analysis.cc | 540 case Instruction::CMPL_DOUBLE: { in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 69 …V(0x2F, CMPL_DOUBLE, "cmpl-double", k23x, kIndexNone, kContinue, 0, kVerifyRegA | kVerifyRegBWide …
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2927 case Instruction::CMPL_DOUBLE: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1008 ALWAYS_INLINE void CMPL_DOUBLE() REQUIRES_SHARED(Locks::mutator_lock_) { in CMPL_DOUBLE() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2538 case Instruction::CMPL_DOUBLE: in CodeFlowVerifyInstruction()
|