Searched refs:ADD_INT_LIT8 (Results 1 – 12 of 12) sorted by relevance
/art/compiler/optimizing/ |
D | ssa_test.cc | 526 Instruction::ADD_INT_LIT8 | 1 << 8, 0 << 8, in TEST_F() 529 Instruction::ADD_INT_LIT8 | 1 << 8, 0 << 8, in TEST_F()
|
D | scheduler_test.cc | 454 Instruction::ADD_INT_LIT8 | 1 << 8, 1 << 8 | 1, // add-int/lit8 v1, v1, #int 1 // #01 in TEST_F()
|
D | codegen_test.cc | 340 Instruction::ADD_INT_LIT8, 3 << 8 | 0, in TEST_F()
|
D | register_allocator_test.cc | 323 Instruction::ADD_INT_LIT8 | 1 << 8, 1 << 8, in Loop3()
|
D | instruction_builder.cc | 3259 case Instruction::ADD_INT_LIT8: { in ProcessDexInstruction()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 236 ADD_INT_LIT8, enumConstant
|
D | Instruction.java | 539 addOpcodeInfo(Opcode.ADD_INT_LIT8, "add-int/lit8", 0xd8, new Format22b()); in addOpcodeInfo() argument
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | ArithOpChanger.java | 258 intLit8Opcodes.add(Opcode.ADD_INT_LIT8);
|
/art/tools/veridex/ |
D | flow_analysis.cc | 512 case Instruction::ADD_INT_LIT8: in ProcessDexInstruction()
|
/art/libdexfile/dex/ |
D | dex_instruction_list.h | 238 …V(0xD8, ADD_INT_LIT8, "add-int/lit8", k22b, kIndexNone, kContinue, kAdd | kRegCFieldOrConstant, kV…
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 1551 HANDLER_ATTRIBUTES bool ADD_INT_LIT8() { in ADD_INT_LIT8() function
|
/art/runtime/verifier/ |
D | method_verifier.cc | 3387 case Instruction::ADD_INT_LIT8: in CodeFlowVerifyInstruction()
|