Searched refs:APUT_CHAR (Results 1 – 14 of 14) sorted by relevance
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 100 APUT_CHAR, enumConstant
|
D | Instruction.java | 402 addOpcodeInfo(Opcode.APUT_CHAR, "aput-char", 0x50, new Format23x()); in addOpcodeInfo() argument
|
/art/compiler/dex/ |
D | global_value_numbering_test.cc | 935 DEF_APUT(4, Instruction::APUT_CHAR, 14u, 500u, 502u), // Clobbers value at index 501u. in TEST_F() 1529 DEF_APUT(3, Instruction::APUT_CHAR, 14u, 400u, 401u), in TEST_F() 1530 DEF_APUT(3, Instruction::APUT_CHAR, 14u, 400u, 402u), in TEST_F() 1534 DEF_APUT(4, Instruction::APUT_CHAR, 17u, 400u, 401u), in TEST_F() 1535 DEF_APUT(4, Instruction::APUT_CHAR, 17u, 400u, 402u), in TEST_F()
|
D | local_value_numbering.cc | 53 static constexpr uint16_t kMergeBlockSFieldVersionBumpOp = Instruction::APUT_CHAR; 1933 case Instruction::APUT_CHAR: in GetValueNumber()
|
D | type_inference.cc | 890 case Instruction::APUT_CHAR: in InitializeSRegs()
|
D | gvn_dead_code_elimination.cc | 1359 case Instruction::APUT_CHAR: in RecordMIR()
|
D | mir_graph.cc | 2239 case Instruction::APUT_CHAR: in GetStartUseIndex()
|
/art/runtime/ |
D | common_throws.cc | 481 case Instruction::APUT_CHAR: in ThrowNullPointerExceptionFromDexPC()
|
D | dex_instruction_list.h | 101 …V(0x50, APUT_CHAR, "aput-char", k23x, false, kNone, kContinue | kThrow | kStore, kVerifyRegA | kVe…
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 218 Instruction::APUT_CHAR,
|
D | mir_to_lir.cc | 770 case Instruction::APUT_CHAR: in CompileDalvikInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 1132 HANDLE_INSTRUCTION_START(APUT_CHAR) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 976 case Instruction::APUT_CHAR: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2288 case Instruction::APUT_CHAR: in CodeFlowVerifyInstruction()
|