Searched refs:DOUBLE_TO_INT (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ConversionRepeater.java | 135 oppositeOpcode = Opcode.DOUBLE_TO_INT; in applyMutation() 155 case DOUBLE_TO_INT: in applyMutation()
|
D | ValuePrinter.java | 237 || opcode == Opcode.DOUBLE_TO_INT in getInstructionOutputType()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 158 DOUBLE_TO_INT, enumConstant
|
D | Instruction.java | 461 addOpcodeInfo(Opcode.DOUBLE_TO_INT, "double-to-int", 0x8a, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/veridex/ |
D | flow_analysis.cc | 395 case Instruction::DOUBLE_TO_INT: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 160 …V(0x8A, DOUBLE_TO_INT, "double-to-int", k12x, kIndexNone, kContinue, kCast, kVerifyRegA | kVerifyR…
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2408 case Instruction::DOUBLE_TO_INT: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1879 ALWAYS_INLINE void DOUBLE_TO_INT() REQUIRES_SHARED(Locks::mutator_lock_) { in DOUBLE_TO_INT() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3259 case Instruction::DOUBLE_TO_INT: in CodeFlowVerifyInstruction()
|