Searched refs:CONST_CLASS (Results 1 – 15 of 15) sorted by relevance
/aosp12/art/test/420-const-class/ |
H A D | info.txt | 1 Test for the CONST_CLASS opcode.
|
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
H A D | Format21c.java | 70 if (info.opcode == Opcode.CONST_CLASS in getPoolIndexKind()
|
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
H A D | Opcode.java | 48 CONST_CLASS, enumConstant
|
H A D | CodeItem.java | 160 if (opcode == Opcode.CONST_CLASS in incrementIndex()
|
H A D | Instruction.java | 348 addOpcodeInfo(Opcode.CONST_CLASS, "const-class", 0x1c, new Format21c()); in addOpcodeInfo() argument
|
/aosp12/art/libdexfile/dex/ |
H A D | dex_instruction.cc | 221 case CONST_CLASS: in DumpString()
|
H A D | dex_instruction_list.h | 50 …V(0x1C, CONST_CLASS, "const-class", k21c, kIndexTypeRef, kContinue | kThrow, 0, kVerifyRegA | kVer…
|
/aosp12/art/runtime/interpreter/mterp/ |
H A D | nterp.cc | 550 case Instruction::CONST_CLASS: in NterpGetClassOrAllocateObject()
|
/aosp12/art/tools/dexanalyze/ |
H A D | dexanalyze_bytecode.cc | 465 case Instruction::CONST_CLASS: in ProcessCodeItem()
|
H A D | dexanalyze_experiments.cc | 445 case Instruction::CONST_CLASS: in ProcessDexFile()
|
/aosp12/art/tools/veridex/ |
H A D | flow_analysis.cc | 317 case Instruction::CONST_CLASS: { in ProcessDexInstruction()
|
/aosp12/art/runtime/verifier/ |
H A D | method_verifier.cc | 2311 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 D | interpreter_switch_impl-inl.h | 562 HANDLER_ATTRIBUTES bool CONST_CLASS() { in CONST_CLASS() function
|
/aosp12/art/compiler/optimizing/ |
H A D | instruction_builder.cc | 3485 case Instruction::CONST_CLASS: { in ProcessDexInstruction()
|
/aosp12/art/runtime/ |
H A D | thread.cc | 4197 inst->Opcode() == Instruction::CONST_CLASS) { in SweepInterpreterCache()
|