Searched refs:CONST_CLASS (Results 1 – 13 of 13) sorted by relevance
/art/test/420-const-class/ |
D | info.txt | 1 Test for the CONST_CLASS opcode.
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
D | Format21c.java | 70 if (info.opcode == Opcode.CONST_CLASS in getPoolIndexKind()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 48 CONST_CLASS, enumConstant
|
D | CodeItem.java | 160 if (opcode == Opcode.CONST_CLASS in incrementIndex()
|
D | Instruction.java | 348 addOpcodeInfo(Opcode.CONST_CLASS, "const-class", 0x1c, new Format21c()); in addOpcodeInfo() argument
|
/art/libdexfile/dex/ |
D | dex_instruction.cc | 221 case CONST_CLASS: in DumpString()
|
D | dex_instruction_list.h | 50 …V(0x1C, CONST_CLASS, "const-class", k21c, kIndexTypeRef, kContinue | kThrow, 0, kVerifyRegA | kVer…
|
/art/tools/dexanalyze/ |
D | dexanalyze_experiments.cc | 445 case Instruction::CONST_CLASS: in ProcessDexFile()
|
D | dexanalyze_bytecode.cc | 465 case Instruction::CONST_CLASS: in ProcessCodeItem()
|
/art/tools/veridex/ |
D | flow_analysis.cc | 294 case Instruction::CONST_CLASS: { in ProcessDexInstruction()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2305 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/ |
D | instruction_builder.cc | 3036 case Instruction::CONST_CLASS: { in ProcessDexInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 717 ALWAYS_INLINE void CONST_CLASS() REQUIRES_SHARED(Locks::mutator_lock_) { in CONST_CLASS() function
|