Searched refs:CONST_STRING (Results 1 – 14 of 14) sorted by relevance
/art/test/418-const-string/ |
D | info.txt | 1 Small test case for testing CONST_STRING.
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
D | Format21c.java | 67 if (info.opcode == Opcode.CONST_STRING) { in getPoolIndexKind()
|
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
D | NonsenseStringPrinter.java | 123 constStringInsn.insn.info = Instruction.getOpcodeInfo(Opcode.CONST_STRING); in applyMutation()
|
D | ValuePrinter.java | 217 if (opcode == Opcode.CONST_STRING || opcode == Opcode.CONST_STRING_JUMBO) { in getInstructionOutputType()
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/ |
D | Opcode.java | 46 CONST_STRING, enumConstant
|
D | CodeItem.java | 152 if (opcode == Opcode.CONST_STRING || opcode == Opcode.CONST_STRING_JUMBO) { in incrementIndex()
|
D | Instruction.java | 346 addOpcodeInfo(Opcode.CONST_STRING, "const-string", 0x1a, new Format21c()); in addOpcodeInfo() argument
|
/art/runtime/ |
D | dex_instruction.cc | 182 case CONST_STRING: in DumpString()
|
D | dex_instruction_list.h | 48 …V(0x1A, CONST_STRING, "const-string", k21c, kIndexStringRef, kContinue | kThrow, 0, kVerifyRegA | …
|
/art/compiler/driver/ |
D | compiler_driver.cc | 771 case Instruction::CONST_STRING: in ResolveConstStrings() 773 dex::StringIndex string_index((inst->Opcode() == Instruction::CONST_STRING) in ResolveConstStrings() 2428 if (inst->Opcode() == Instruction::CONST_STRING) { in InternStrings()
|
/art/runtime/interpreter/ |
D | interpreter_switch_impl.cc | 452 case Instruction::CONST_STRING: { in ExecuteSwitchImpl()
|
/art/compiler/optimizing/ |
D | instruction_builder.cc | 2745 case Instruction::CONST_STRING: { in ProcessDexInstruction()
|
/art/oatdump/ |
D | oatdump.cc | 894 case Instruction::CONST_STRING: { in WalkCodeItem()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 2314 case Instruction::CONST_STRING: in CodeFlowVerifyInstruction()
|