Searched refs:CONST_CLASS (Results 1 – 15 of 15) 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/runtime/interpreter/mterp/ |
D | nterp.cc | 434 case Instruction::CONST_CLASS: in NterpGetClassOrAllocateObject()
|
/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 | 2319 case Instruction::CONST_CLASS: { in CodeFlowVerifyInstruction() 2364 case Instruction::CONST_CLASS: { in CodeFlowVerifyInstruction() 2376 if (prev2_inst.Opcode() != Instruction::CONST_CLASS) { in CodeFlowVerifyInstruction()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl-inl.h | 615 HANDLER_ATTRIBUTES bool CONST_CLASS() { in CONST_CLASS() function
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 3331 case Instruction::CONST_CLASS: { in ProcessDexInstruction()
|
/art/runtime/ |
D | thread.cc | 4062 inst->Opcode() == Instruction::CONST_CLASS) { in SweepInterpreterCache()
|