Home
last modified time | relevance | path

Searched refs:CONST_STRING (Results 1 – 14 of 14) sorted by relevance

/art/test/418-const-string/
Dinfo.txt1 Small test case for testing CONST_STRING.
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
DFormat21c.java67 if (info.opcode == Opcode.CONST_STRING) { in getPoolIndexKind()
/art/tools/dexfuzz/src/dexfuzz/program/mutators/
DNonsenseStringPrinter.java123 constStringInsn.insn.info = Instruction.getOpcodeInfo(Opcode.CONST_STRING); in applyMutation()
DValuePrinter.java217 if (opcode == Opcode.CONST_STRING || opcode == Opcode.CONST_STRING_JUMBO) { in getInstructionOutputType()
/art/tools/dexfuzz/src/dexfuzz/rawdex/
DOpcode.java46 CONST_STRING, enumConstant
DCodeItem.java152 if (opcode == Opcode.CONST_STRING || opcode == Opcode.CONST_STRING_JUMBO) { in incrementIndex()
DInstruction.java346 addOpcodeInfo(Opcode.CONST_STRING, "const-string", 0x1a, new Format21c()); in addOpcodeInfo() argument
/art/runtime/
Ddex_instruction.cc182 case CONST_STRING: in DumpString()
Ddex_instruction_list.h48 …V(0x1A, CONST_STRING, "const-string", k21c, kIndexStringRef, kContinue | kThrow, 0, kVerifyRegA | …
/art/compiler/driver/
Dcompiler_driver.cc771 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/
Dinterpreter_switch_impl.cc452 case Instruction::CONST_STRING: { in ExecuteSwitchImpl()
/art/compiler/optimizing/
Dinstruction_builder.cc2745 case Instruction::CONST_STRING: { in ProcessDexInstruction()
/art/oatdump/
Doatdump.cc894 case Instruction::CONST_STRING: { in WalkCodeItem()
/art/runtime/verifier/
Dmethod_verifier.cc2314 case Instruction::CONST_STRING: in CodeFlowVerifyInstruction()