Home
last modified time | relevance | path

Searched refs:AGET_SHORT (Results 1 – 14 of 14) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java94 AGET_SHORT, enumConstant
DInstruction.java396 addOpcodeInfo(Opcode.AGET_SHORT, "aget-short", 0x4a, new Format23x()); in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction_utils.h99 return Instruction::AGET <= code && code <= Instruction::AGET_SHORT; in IsInstructionAGet()
Dcommon_throws.cc472 case Instruction::AGET_SHORT: in ThrowNullPointerExceptionFromDexPC()
Ddex_instruction_list.h95 …V(0x4A, AGET_SHORT, "aget-short", k23x, true, kNone, kContinue | kThrow | kLoad, kVerifyRegA | kVe…
/art/compiler/dex/
Dglobal_value_numbering_test.cc928 DEF_AGET(3, Instruction::AGET_SHORT, 10u, 400u, 401u), in TEST_F()
932 DEF_AGET(6, Instruction::AGET_SHORT, 12u, 400u, 401u), // Differs from the top, == CONST. in TEST_F()
1539 DEF_AGET(3, Instruction::AGET_SHORT, 21u, 500u, 501u), in TEST_F()
1541 DEF_AGET(5, Instruction::AGET_SHORT, 23u, 500u, 501u), // Differs from the top. in TEST_F()
Dtype_inference.cc891 case Instruction::AGET_SHORT: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1345 case Instruction::AGET_SHORT: in RecordMIR()
Dlocal_value_numbering.cc1921 case Instruction::AGET_SHORT: in GetValueNumber()
/art/compiler/dex/quick/
Dquick_compiler.cc212 Instruction::AGET_SHORT,
Dmir_to_lir.cc743 case Instruction::AGET_SHORT: in CompileDalvikInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc1020 HANDLE_INSTRUCTION_START(AGET_SHORT) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc864 case Instruction::AGET_SHORT: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc2269 case Instruction::AGET_SHORT: in CodeFlowVerifyInstruction()