Home
last modified time | relevance | path

Searched refs:FLOAT_TO_LONG (Results 1 – 9 of 9) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DConversionRepeater.java141 oppositeOpcode = Opcode.FLOAT_TO_LONG; in applyMutation()
149 case FLOAT_TO_LONG: in applyMutation()
DValuePrinter.java244 || opcode == Opcode.INT_TO_LONG || opcode == Opcode.FLOAT_TO_LONG in getInstructionOutputType()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java156 FLOAT_TO_LONG, enumConstant
DInstruction.java459 addOpcodeInfo(Opcode.FLOAT_TO_LONG, "float-to-long", 0x88, new Format12x()); in addOpcodeInfo() argument
/art/tools/veridex/
Dflow_analysis.cc393 case Instruction::FLOAT_TO_LONG: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h158 …V(0x88, FLOAT_TO_LONG, "float-to-long", k12x, kIndexNone, kContinue, kCast, kVerifyRegAWide | kVer…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1302 HANDLER_ATTRIBUTES bool FLOAT_TO_LONG() { in FLOAT_TO_LONG() function
/art/compiler/optimizing/
Dinstruction_builder.cc2693 case Instruction::FLOAT_TO_LONG: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3259 case Instruction::FLOAT_TO_LONG: in CodeFlowVerifyInstruction()