Home
last modified time | relevance | path

Searched refs:AGET_BYTE (Results 1 – 13 of 13) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java92 AGET_BYTE, enumConstant
DInstruction.java394 addOpcodeInfo(Opcode.AGET_BYTE, "aget-byte", 0x48, new Format23x()); in addOpcodeInfo() argument
/art/compiler/dex/
Dglobal_value_numbering_test.cc938 DEF_AGET(3, Instruction::AGET_BYTE, 16u, 600u, 602u), in TEST_F()
940 DEF_AGET(6, Instruction::AGET_BYTE, 18u, 600u, 602u), // Differs from the top. in TEST_F()
1518 DEF_AGET(3, Instruction::AGET_BYTE, 6u, 200u, 201u), in TEST_F()
1519 DEF_AGET(4, Instruction::AGET_BYTE, 7u, 200u, 201u), // Differs from top... in TEST_F()
1521 DEF_AGET(5, Instruction::AGET_BYTE, 9u, 200u, 201u), // Differs from top and the loop AGET. in TEST_F()
Dlocal_value_numbering.cc43 static constexpr uint16_t kAliasingArrayStartVersionOp = Instruction::AGET_BYTE;
1919 case Instruction::AGET_BYTE: in GetValueNumber()
Dtype_inference.cc887 case Instruction::AGET_BYTE: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1343 case Instruction::AGET_BYTE: in RecordMIR()
/art/runtime/
Dcommon_throws.cc470 case Instruction::AGET_BYTE: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h93 …V(0x48, AGET_BYTE, "aget-byte", k23x, true, kNone, kContinue | kThrow | kLoad, kVerifyRegA | kVeri…
/art/compiler/dex/quick/
Dquick_compiler.cc210 Instruction::AGET_BYTE,
Dmir_to_lir.cc737 case Instruction::AGET_BYTE: in CompileDalvikInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc984 HANDLE_INSTRUCTION_START(AGET_BYTE) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc828 case Instruction::AGET_BYTE: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2263 case Instruction::AGET_BYTE: in CodeFlowVerifyInstruction()