Home
last modified time | relevance | path

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

/aosp12/art/test/420-const-class/
H A Dinfo.txt1 Test for the CONST_CLASS opcode.
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
H A DFormat21c.java70 if (info.opcode == Opcode.CONST_CLASS in getPoolIndexKind()
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java48 CONST_CLASS, enumConstant
H A DCodeItem.java160 if (opcode == Opcode.CONST_CLASS in incrementIndex()
H A DInstruction.java348 addOpcodeInfo(Opcode.CONST_CLASS, "const-class", 0x1c, new Format21c()); in addOpcodeInfo() argument
/aosp12/art/libdexfile/dex/
H A Ddex_instruction.cc221 case CONST_CLASS: in DumpString()
H A Ddex_instruction_list.h50 …V(0x1C, CONST_CLASS, "const-class", k21c, kIndexTypeRef, kContinue | kThrow, 0, kVerifyRegA | kVer…
/aosp12/art/runtime/interpreter/mterp/
H A Dnterp.cc550 case Instruction::CONST_CLASS: in NterpGetClassOrAllocateObject()
/aosp12/art/tools/dexanalyze/
H A Ddexanalyze_bytecode.cc465 case Instruction::CONST_CLASS: in ProcessCodeItem()
H A Ddexanalyze_experiments.cc445 case Instruction::CONST_CLASS: in ProcessDexFile()
/aosp12/art/tools/veridex/
H A Dflow_analysis.cc317 case Instruction::CONST_CLASS: { in ProcessDexInstruction()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc2311 case Instruction::CONST_CLASS: { in CodeFlowVerifyInstruction()
2356 case Instruction::CONST_CLASS: { in CodeFlowVerifyInstruction()
2368 if (prev2_inst.Opcode() != Instruction::CONST_CLASS) { in CodeFlowVerifyInstruction()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h562 HANDLER_ATTRIBUTES bool CONST_CLASS() { in CONST_CLASS() function
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc3485 case Instruction::CONST_CLASS: { in ProcessDexInstruction()
/aosp12/art/runtime/
H A Dthread.cc4197 inst->Opcode() == Instruction::CONST_CLASS) { in SweepInterpreterCache()