Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java210 DIV_LONG_2ADDR, enumConstant
DInstruction.java513 addOpcodeInfo(Opcode.DIV_LONG_2ADDR, "div-long/2addr", 0xbe, new Format12x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java225 long2addrOpcodes.add(Opcode.DIV_LONG_2ADDR);
/art/tools/veridex/
Dflow_analysis.cc477 case Instruction::DIV_LONG_2ADDR: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h212 …V(0xBE, DIV_LONG_2ADDR, "div-long/2addr", k12x, kIndexNone, kContinue | kThrow, kDivide, kVerifyRe…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1425 HANDLER_ATTRIBUTES bool DIV_LONG_2ADDR() { in DIV_LONG_2ADDR() function
/art/compiler/optimizing/
Dinstruction_builder.cc3131 case Instruction::DIV_LONG_2ADDR: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc3341 case Instruction::DIV_LONG_2ADDR: in CodeFlowVerifyInstruction()