Home
last modified time | relevance | path

Searched refs:CONST_CLASS (Results 1 – 13 of 13) 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/dexanalyze/
Ddexanalyze_experiments.cc445 case Instruction::CONST_CLASS: in ProcessDexFile()
Ddexanalyze_bytecode.cc465 case Instruction::CONST_CLASS: in ProcessCodeItem()
/art/tools/veridex/
Dflow_analysis.cc294 case Instruction::CONST_CLASS: { in ProcessDexInstruction()
/art/runtime/verifier/
Dmethod_verifier.cc2305 case Instruction::CONST_CLASS: { in CodeFlowVerifyInstruction()
2350 case Instruction::CONST_CLASS: { in CodeFlowVerifyInstruction()
2362 if (prev2_inst.Opcode() != Instruction::CONST_CLASS) { in CodeFlowVerifyInstruction()
/art/compiler/optimizing/
Dinstruction_builder.cc3036 case Instruction::CONST_CLASS: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h717 ALWAYS_INLINE void CONST_CLASS() REQUIRES_SHARED(Locks::mutator_lock_) { in CONST_CLASS() function