Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java186 ADD_FLOAT, enumConstant
DInstruction.java489 addOpcodeInfo(Opcode.ADD_FLOAT, "add-float", 0xa6, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DValuePrinter.java253 || Opcode.isBetween(opcode, Opcode.ADD_FLOAT, Opcode.REM_FLOAT) in getInstructionOutputType()
DArithOpChanger.java234 floatOpcodes.add(Opcode.ADD_FLOAT);
/art/tools/veridex/
Dflow_analysis.cc408 case Instruction::ADD_FLOAT: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h188 …V(0xA6, ADD_FLOAT, "add-float", k23x, kIndexNone, kContinue, kAdd, kVerifyRegA | kVerifyRegB | kVe…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1454 HANDLER_ATTRIBUTES bool ADD_FLOAT() { in ADD_FLOAT() function
/art/compiler/optimizing/
Dinstruction_builder.cc2748 case Instruction::ADD_FLOAT: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3325 case Instruction::ADD_FLOAT: in CodeFlowVerifyInstruction()