Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A 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()
H A Dscheduler_test.cc454 Instruction::ADD_INT_LIT8 | 1 << 8, 1 << 8 | 1, // add-int/lit8 v1, v1, #int 1 // #01 in TEST_F()
H A Dcodegen_test.cc340 Instruction::ADD_INT_LIT8, 3 << 8 | 0, in TEST_F()
H A Dregister_allocator_test.cc323 Instruction::ADD_INT_LIT8 | 1 << 8, 1 << 8, in Loop3()
H A Dinstruction_builder.cc3259 case Instruction::ADD_INT_LIT8: { in ProcessDexInstruction()
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java236 ADD_INT_LIT8, enumConstant
H A DInstruction.java539 addOpcodeInfo(Opcode.ADD_INT_LIT8, "add-int/lit8", 0xd8, new Format22b()); in addOpcodeInfo() argument
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DArithOpChanger.java258 intLit8Opcodes.add(Opcode.ADD_INT_LIT8);
/aosp12/art/tools/veridex/
H A Dflow_analysis.cc512 case Instruction::ADD_INT_LIT8: in ProcessDexInstruction()
/aosp12/art/libdexfile/dex/
H A Ddex_instruction_list.h238 …V(0xD8, ADD_INT_LIT8, "add-int/lit8", k22b, kIndexNone, kContinue, kAdd | kRegCFieldOrConstant, kV…
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h1551 HANDLER_ATTRIBUTES bool ADD_INT_LIT8() { in ADD_INT_LIT8() function
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc3387 case Instruction::ADD_INT_LIT8: in CodeFlowVerifyInstruction()