Searched refs:CONST_CLASS (Results 1 – 17 of 17) sorted by relevance
/art/test/420-const-class/ |
D | info.txt | 1 Test for the CONST_CLASS opcode.
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
D | Format21c.java | 70 if (info.opcode == Opcode.CONST_CLASS in getPoolIndexKind()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 48 CONST_CLASS, enumConstant
|
D | CodeItem.java | 160 if (opcode == Opcode.CONST_CLASS in incrementIndex()
|
D | Instruction.java | 348 addOpcodeInfo(Opcode.CONST_CLASS, "const-class", 0x1c, new Format21c()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | dex_instruction.cc | 190 case CONST_CLASS: in DumpString()
|
D | dex_instruction_list.h | 49 …V(0x1C, CONST_CLASS, "const-class", k21c, true, kTypeRef, kContinue | kThrow, kVerifyRegA | kVerif…
|
/art/compiler/dex/quick/ |
D | quick_compiler.cc | 166 Instruction::CONST_CLASS,
|
D | mir_to_lir.cc | 647 case Instruction::CONST_CLASS: in CompileDalvikInstruction()
|
D | ralloc_util.cc | 1168 case Instruction::CONST_CLASS: in AnalyzeMIR()
|
/art/compiler/dex/ |
D | local_value_numbering.cc | 1643 case Instruction::CONST_CLASS: in GetValueNumber() 1645 res = gvn_->LookupValue(Instruction::CONST_CLASS, mir->dalvikInsn.vB, 0, 0); in GetValueNumber()
|
D | type_inference.cc | 783 case Instruction::CONST_CLASS: in InitializeSRegs()
|
D | gvn_dead_code_elimination.cc | 1104 case Instruction::CONST_CLASS: in RecordMIR()
|
/art/compiler/optimizing/ |
D | builder.cc | 2196 case Instruction::CONST_CLASS: { in AnalyzeDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_goto_table_impl.cc | 433 HANDLE_INSTRUCTION_START(CONST_CLASS) { in ExecuteGotoImpl()
|
D | interpreter_switch_impl.cc | 335 case Instruction::CONST_CLASS: { in ExecuteSwitchImpl()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 1889 case Instruction::CONST_CLASS: { in CodeFlowVerifyInstruction()
|