Home
last modified time | relevance | path

Searched refs:SUB_INT (Results 1 – 10 of 10) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java165 SUB_INT, enumConstant
DInstruction.java468 addOpcodeInfo(Opcode.SUB_INT, "sub-int", 0x91, new Format23x()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java187 intOpcodes.add(Opcode.SUB_INT);
/art/compiler/optimizing/
Dscheduler_test.cc447 Instruction::SUB_INT | 2 << 8, 4 << 8 | 5, // sub-int v2, v5, v4 in TEST_F()
Dconstant_folding_test.cc370 Instruction::SUB_INT | 2 << 8, 0 | 1 << 8, in TEST_F()
Dinstruction_builder.cc2480 case Instruction::SUB_INT: { in ProcessDexInstruction()
/art/tools/veridex/
Dflow_analysis.cc409 case Instruction::SUB_INT: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h167 …V(0x91, SUB_INT, "sub-int", k23x, kIndexNone, kContinue, kSubtract, kVerifyRegA | kVerifyRegB | kV…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1353 HANDLER_ATTRIBUTES bool SUB_INT() { in SUB_INT() function
/art/runtime/verifier/
Dmethod_verifier.cc3289 case Instruction::SUB_INT: in CodeFlowVerifyInstruction()