Home
last modified time | relevance | path

Searched refs:DOUBLE_TO_INT (Results 1 – 9 of 9) 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…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1314 HANDLER_ATTRIBUTES bool DOUBLE_TO_INT() { in DOUBLE_TO_INT() function
/art/compiler/optimizing/
Dinstruction_builder.cc2430 case Instruction::DOUBLE_TO_INT: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3266 case Instruction::DOUBLE_TO_INT: in CodeFlowVerifyInstruction()