Home
last modified time | relevance | path

Searched refs:CONST_CLASS (Results 1 – 10 of 10) 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/libdexfile/dex/
Ddex_instruction.cc221 case CONST_CLASS: in DumpString()
Ddex_instruction_list.h50 …V(0x1C, CONST_CLASS, "const-class", k21c, kIndexTypeRef, kContinue | kThrow, 0, kVerifyRegA | kVer…
/art/tools/veridex/
Dflow_analysis.cc286 case Instruction::CONST_CLASS: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc535 case Instruction::CONST_CLASS: { in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dinstruction_builder.cc2902 case Instruction::CONST_CLASS: { in ProcessDexInstruction()