Searched refs:SUB_INT (Results 1 – 9 of 9) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 165 SUB_INT, enumConstant
|
D | Instruction.java | 468 addOpcodeInfo(Opcode.SUB_INT, "sub-int", 0x91, new Format23x()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 187 intOpcodes.add(Opcode.SUB_INT);
|
/art/compiler/optimizing/ |
D | constant_folding_test.cc | 379 Instruction::SUB_INT | 2 << 8, 0 | 1 << 8, in TEST_F()
|
D | instruction_builder.cc | 2014 case Instruction::SUB_INT: { in ProcessDexInstruction()
|
/art/runtime/ |
D | dex_instruction_list.h | 166 …V(0x91, SUB_INT, "sub-int", k23x, true, kIndexNone, kContinue | kSubtract, kVerifyRegA | kVerifyRe…
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1820 HANDLE_INSTRUCTION_START(SUB_INT) in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 1701 case Instruction::SUB_INT: in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3097 case Instruction::SUB_INT: in CodeFlowVerifyInstruction()
|