Searched refs:DIV_LONG_2ADDR (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 210 DIV_LONG_2ADDR, enumConstant
|
D | Instruction.java | 513 addOpcodeInfo(Opcode.DIV_LONG_2ADDR, "div-long/2addr", 0xbe, new Format12x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 225 long2addrOpcodes.add(Opcode.DIV_LONG_2ADDR);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 454 case Instruction::DIV_LONG_2ADDR: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 212 …V(0xBE, DIV_LONG_2ADDR, "div-long/2addr", k12x, kIndexNone, kContinue | kThrow, kDivide, kVerifyRe…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1586 HANDLER_ATTRIBUTES bool DIV_LONG_2ADDR() { in DIV_LONG_2ADDR() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2963 case Instruction::DIV_LONG_2ADDR: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3365 case Instruction::DIV_LONG_2ADDR: in CodeFlowVerifyInstruction()
|