Home
last modified time | relevance | path

Searched refs:CONST_STRING (Results 1 – 19 of 19) 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/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/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/veridex/
Dhidden_api_finder.cc66 case Instruction::CONST_STRING: { in CollectAccesses()
Dflow_analysis.cc301 case Instruction::CONST_STRING: { in ProcessDexInstruction()
/art/runtime/interpreter/mterp/
Dnterp.cc447 case Instruction::CONST_STRING: in NterpLoadObject()
450 (inst->Opcode() == Instruction::CONST_STRING) in NterpLoadObject()
/art/tools/dexanalyze/
Ddexanalyze_bytecode.cc292 case Instruction::CONST_STRING: in ProcessCodeItem()
298 new_opcode = Instruction::CONST_STRING; in ProcessCodeItem()
Ddexanalyze_experiments.cc323 case Instruction::CONST_STRING: { in ProcessDexFile()
/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/dex2oat/driver/
Dcompiler_driver.cc728 case Instruction::CONST_STRING: in ResolveConstStrings()
730 dex::StringIndex string_index((inst->Opcode() == Instruction::CONST_STRING) in ResolveConstStrings()
2385 if (inst->Opcode() == Instruction::CONST_STRING) { in InternStrings()
/art/compiler/optimizing/
Dinstruction_builder.cc1222 case Instruction::CONST_STRING: in HasTrivialClinit()
3044 case Instruction::CONST_STRING: { in ProcessDexInstruction()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h595 HANDLER_ATTRIBUTES bool CONST_STRING() { in CONST_STRING() function
/art/runtime/
Dthread.cc4093 } else if (inst->Opcode() == Instruction::CONST_STRING || in SweepInterpreterCache()
/art/runtime/verifier/
Dmethod_verifier.cc2310 case Instruction::CONST_STRING: in CodeFlowVerifyInstruction()