Home
last modified time | relevance | path

Searched refs:CONST_CLASS (Results 1 – 17 of 17) sorted by relevance

/art/test/420-const-class/
Dinfo.txt1 Test for the CONST_CLASS opcode.
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DFormat21c.java70 if (info.opcode == Opcode.CONST_CLASS in getPoolIndexKind()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java48 CONST_CLASS, enumConstant
DCodeItem.java160 if (opcode == Opcode.CONST_CLASS in incrementIndex()
DInstruction.java348 addOpcodeInfo(Opcode.CONST_CLASS, "const-class", 0x1c, new Format21c()); in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction.cc190 case CONST_CLASS: in DumpString()
Ddex_instruction_list.h49 …V(0x1C, CONST_CLASS, "const-class", k21c, true, kTypeRef, kContinue | kThrow, kVerifyRegA | kVerif…
/art/compiler/dex/quick/
Dquick_compiler.cc166 Instruction::CONST_CLASS,
Dmir_to_lir.cc647 case Instruction::CONST_CLASS: in CompileDalvikInstruction()
Dralloc_util.cc1168 case Instruction::CONST_CLASS: in AnalyzeMIR()
/art/compiler/dex/
Dlocal_value_numbering.cc1643 case Instruction::CONST_CLASS: in GetValueNumber()
1645 res = gvn_->LookupValue(Instruction::CONST_CLASS, mir->dalvikInsn.vB, 0, 0); in GetValueNumber()
Dtype_inference.cc783 case Instruction::CONST_CLASS: in InitializeSRegs()
Dgvn_dead_code_elimination.cc1104 case Instruction::CONST_CLASS: in RecordMIR()
/art/compiler/optimizing/
Dbuilder.cc2196 case Instruction::CONST_CLASS: { in AnalyzeDexInstruction()
/art/runtime/interpreter/
Dinterpreter_goto_table_impl.cc433 HANDLE_INSTRUCTION_START(CONST_CLASS) { in ExecuteGotoImpl()
Dinterpreter_switch_impl.cc335 case Instruction::CONST_CLASS: { in ExecuteSwitchImpl()
/art/runtime/verifier/
Dmethod_verifier.cc1889 case Instruction::CONST_CLASS: { in CodeFlowVerifyInstruction()