Home
last modified time | relevance | path

Searched refs:ADD_INT_LIT8 (Results 1 – 12 of 12) sorted by relevance

/art/compiler/optimizing/
Dssa_test.cc526 Instruction::ADD_INT_LIT8 | 1 << 8, 0 << 8, in TEST_F()
529 Instruction::ADD_INT_LIT8 | 1 << 8, 0 << 8, in TEST_F()
Dscheduler_test.cc452 Instruction::ADD_INT_LIT8 | 1 << 8, 1 << 8 | 1, // add-int/lit8 v1, v1, #int 1 // #01 in TEST_F()
Dcodegen_test.cc338 Instruction::ADD_INT_LIT8, 3 << 8 | 0, in TEST_F()
Dregister_allocator_test.cc321 Instruction::ADD_INT_LIT8 | 1 << 8, 1 << 8, in Loop3()
Dinstruction_builder.cc2818 case Instruction::ADD_INT_LIT8: { in ProcessDexInstruction()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java236 ADD_INT_LIT8, enumConstant
DInstruction.java539 addOpcodeInfo(Opcode.ADD_INT_LIT8, "add-int/lit8", 0xd8, new Format22b()); in addOpcodeInfo() argument
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DArithOpChanger.java258 intLit8Opcodes.add(Opcode.ADD_INT_LIT8);
/art/tools/veridex/
Dflow_analysis.cc489 case Instruction::ADD_INT_LIT8: in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction_list.h238 …V(0xD8, ADD_INT_LIT8, "add-int/lit8", k22b, kIndexNone, kContinue, kAdd | kRegCFieldOrConstant, kV…
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h1730 HANDLER_ATTRIBUTES bool ADD_INT_LIT8() { in ADD_INT_LIT8() function
/art/runtime/verifier/
Dmethod_verifier.cc3410 case Instruction::ADD_INT_LIT8: in CodeFlowVerifyInstruction()