Home
last modified time | relevance | path

Searched refs:SUB_LONG (Results 1 – 9 of 9) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java176 SUB_LONG, enumConstant
DInstruction.java479 addOpcodeInfo(Opcode.SUB_LONG, "sub-long", 0x9c, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java211 longOpcodes.add(Opcode.SUB_LONG);
/art/compiler/optimizing/
Dconstant_folding_test.cc497 Instruction::SUB_LONG | 4 << 8, 0 | 2 << 8, in TEST_F()
Dinstruction_builder.cc2758 case Instruction::SUB_LONG: { in ProcessDexInstruction()
/art/tools/veridex/
Dflow_analysis.cc410 case Instruction::SUB_LONG: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h178 …V(0x9C, SUB_LONG, "sub-long", k23x, kIndexNone, kContinue, kSubtract, kVerifyRegAWide | kVerifyReg…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1406 HANDLER_ATTRIBUTES bool SUB_LONG() { in SUB_LONG() function
/art/runtime/verifier/
Dmethod_verifier.cc3307 case Instruction::SUB_LONG: in CodeFlowVerifyInstruction()