Home
last modified time | relevance | path

Searched refs:DIV_LONG (Results 1 – 8 of 8) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java178 DIV_LONG, enumConstant
DInstruction.java481 addOpcodeInfo(Opcode.DIV_LONG, "div-long", 0x9e, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java213 longOpcodes.add(Opcode.DIV_LONG);
/art/tools/veridex/
Dflow_analysis.cc418 case Instruction::DIV_LONG: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h180 …V(0x9E, DIV_LONG, "div-long", k23x, kIndexNone, kContinue | kThrow, kDivide, kVerifyRegAWide | kVe…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1416 HANDLER_ATTRIBUTES bool DIV_LONG() { in DIV_LONG() function
/art/compiler/optimizing/
Dinstruction_builder.cc2804 case Instruction::DIV_LONG: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3309 case Instruction::DIV_LONG: in CodeFlowVerifyInstruction()