Searched refs:ADD_FLOAT (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 186 ADD_FLOAT, enumConstant
|
D | Instruction.java | 489 addOpcodeInfo(Opcode.ADD_FLOAT, "add-float", 0xa6, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ValuePrinter.java | 253 || Opcode.isBetween(opcode, Opcode.ADD_FLOAT, Opcode.REM_FLOAT) in getInstructionOutputType()
|
D | ArithOpChanger.java | 234 floatOpcodes.add(Opcode.ADD_FLOAT);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 431 case Instruction::ADD_FLOAT: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 188 …V(0xA6, ADD_FLOAT, "add-float", k23x, kIndexNone, kContinue, kAdd, kVerifyRegA | kVerifyRegB | kVe…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1307 HANDLER_ATTRIBUTES bool ADD_FLOAT() { in ADD_FLOAT() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2916 case Instruction::ADD_FLOAT: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3301 case Instruction::ADD_FLOAT: in CodeFlowVerifyInstruction()
|