Searched refs:DIV_LONG (Results 1 – 8 of 8) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 178 DIV_LONG, enumConstant
|
D | Instruction.java | 481 addOpcodeInfo(Opcode.DIV_LONG, "div-long", 0x9e, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 213 longOpcodes.add(Opcode.DIV_LONG);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 418 case Instruction::DIV_LONG: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 180 …V(0x9E, DIV_LONG, "div-long", k23x, kIndexNone, kContinue | kThrow, kDivide, kVerifyRegAWide | kVe…
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2509 case Instruction::DIV_LONG: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 2015 ALWAYS_INLINE void DIV_LONG() REQUIRES_SHARED(Locks::mutator_lock_) { in DIV_LONG() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3301 case Instruction::DIV_LONG: in CodeFlowVerifyInstruction()
|