Home
last modified time | relevance | path

Searched refs:CONST_STRING (Results 1 – 15 of 15) 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/tools/veridex/
Dhidden_api_finder.cc83 case Instruction::CONST_STRING: { in CollectAccesses()
Dflow_analysis.cc293 case Instruction::CONST_STRING: { in ProcessDexInstruction()
/art/libdexfile/dex/
Ddex_instruction.cc202 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.cc796 case Instruction::CONST_STRING: in ResolveConstStrings()
798 dex::StringIndex string_index((inst->Opcode() == Instruction::CONST_STRING) in ResolveConstStrings()
2434 if (inst->Opcode() == Instruction::CONST_STRING) { in InternStrings()
/art/runtime/interpreter/
Dinterpreter_switch_impl.cc509 case Instruction::CONST_STRING: { in ExecuteSwitchImplCpp()
/art/compiler/optimizing/
Dinstruction_builder.cc2888 case Instruction::CONST_STRING: { in ProcessDexInstruction()
/art/oatdump/
Doatdump.cc1016 case Instruction::CONST_STRING: { in WalkCodeItem()