Home
last modified time | relevance | path

Searched refs:DOUBLE_TO_INT (Results 1 – 6 of 6) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DConversionRepeater.java135 oppositeOpcode = Opcode.DOUBLE_TO_INT; in applyMutation()
155 case DOUBLE_TO_INT: in applyMutation()
DValuePrinter.java237 || opcode == Opcode.DOUBLE_TO_INT in getInstructionOutputType()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java158 DOUBLE_TO_INT, enumConstant
DInstruction.java461 addOpcodeInfo(Opcode.DOUBLE_TO_INT, "double-to-int", 0x8a, new Format12x()); in addOpcodeInfo() argument
/art/tools/veridex/
Dflow_analysis.cc395 case Instruction::DOUBLE_TO_INT: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h160 …V(0x8A, DOUBLE_TO_INT, "double-to-int", k12x, kIndexNone, kContinue, kCast, kVerifyRegA | kVerifyR…