Searched refs:APUT_SHORT (Results 1 – 15 of 15) sorted by relevance
/art/runtime/ |
D | dex_instruction_utils.h | 103 return Instruction::APUT <= code && code <= Instruction::APUT_SHORT; in IsInstructionAPut() 120 return Instruction::AGET <= code && code <= Instruction::APUT_SHORT; in IsInstructionAGetOrAPut()
|
D | common_throws.cc | 482 case Instruction::APUT_SHORT: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction_list.h | 102 …V(0x51, APUT_SHORT, "aput-short", k23x, false, kNone, kContinue | kThrow | kStore, kVerifyRegA | k…
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 101 APUT_SHORT, enumConstant
|
D | Instruction.java | 403 addOpcodeInfo(Opcode.APUT_SHORT, "aput-short", 0x51, new Format23x()); in addOpcodeInfo() argument
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 219 Instruction::APUT_SHORT,
|
D | mir_to_lir.cc | 769 case Instruction::APUT_SHORT: in CompileDalvikInstruction()
|
/art/compiler/dex/ |
D | global_value_numbering_test.cc | 930 DEF_APUT(4, Instruction::APUT_SHORT, 11u, 400u, 401u), in TEST_F() 931 DEF_APUT(5, Instruction::APUT_SHORT, 11u, 400u, 401u), in TEST_F() 1540 DEF_APUT(4, Instruction::APUT_SHORT, 22u, 500u, 502u), // Clobbers element at index 501u. in TEST_F()
|
D | type_inference.cc | 892 case Instruction::APUT_SHORT: in InitializeSRegs()
|
D | gvn_dead_code_elimination.cc | 1358 case Instruction::APUT_SHORT: in RecordMIR()
|
D | local_value_numbering.cc | 1932 case Instruction::APUT_SHORT: in GetValueNumber()
|
D | mir_graph.cc | 2240 case Instruction::APUT_SHORT: in GetStartUseIndex()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1151 HANDLE_INSTRUCTION_START(APUT_SHORT) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 995 case Instruction::APUT_SHORT: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2291 case Instruction::APUT_SHORT: in CodeFlowVerifyInstruction()
|