Home
last modified time | relevance | path

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

/aosp12/art/test/418-const-string/
H A Dinfo.txt1 Small test case for testing CONST_STRING.
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
H A DFormat21c.java67 if (info.opcode == Opcode.CONST_STRING) { in getPoolIndexKind()
/aosp12/art/tools/dexfuzz/src/dexfuzz/program/mutators/
H A DNonsenseStringPrinter.java123 constStringInsn.insn.info = Instruction.getOpcodeInfo(Opcode.CONST_STRING); in applyMutation()
H A DValuePrinter.java217 if (opcode == Opcode.CONST_STRING || opcode == Opcode.CONST_STRING_JUMBO) { in getInstructionOutputType()
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DOpcode.java46 CONST_STRING, enumConstant
H A DCodeItem.java152 if (opcode == Opcode.CONST_STRING || opcode == Opcode.CONST_STRING_JUMBO) { in incrementIndex()
H A DInstruction.java346 addOpcodeInfo(Opcode.CONST_STRING, "const-string", 0x1a, new Format21c()); in addOpcodeInfo() argument
/aosp12/art/tools/veridex/
H A Dhidden_api_finder.cc73 case Instruction::CONST_STRING: { in CollectAccesses()
H A Dflow_analysis.cc324 case Instruction::CONST_STRING: { in ProcessDexInstruction()
/aosp12/art/runtime/interpreter/mterp/
H A Dnterp.cc595 case Instruction::CONST_STRING: in NterpLoadObject()
599 (inst->Opcode() == Instruction::CONST_STRING) in NterpLoadObject()
/aosp12/art/tools/dexanalyze/
H A Ddexanalyze_bytecode.cc292 case Instruction::CONST_STRING: in ProcessCodeItem()
298 new_opcode = Instruction::CONST_STRING; in ProcessCodeItem()
H A Ddexanalyze_experiments.cc323 case Instruction::CONST_STRING: { in ProcessDexFile()
/aosp12/art/libdexfile/dex/
H A Ddex_instruction.cc202 case CONST_STRING: in DumpString()
H A Ddex_instruction_list.h48 …V(0x1A, CONST_STRING, "const-string", k21c, kIndexStringRef, kContinue | kThrow, 0, kVerifyRegA | …
/aosp12/art/dex2oat/driver/
H A Dcompiler_driver.cc596 case Instruction::CONST_STRING: in ResolveConstStrings()
598 dex::StringIndex string_index((inst->Opcode() == Instruction::CONST_STRING) in ResolveConstStrings()
2360 if (inst->Opcode() == Instruction::CONST_STRING) { in InternStrings()
/aosp12/art/runtime/interpreter/
H A Dinterpreter_switch_impl-inl.h554 HANDLER_ATTRIBUTES bool CONST_STRING() { in CONST_STRING() function
/aosp12/art/compiler/optimizing/
H A Dinstruction_builder.cc1406 case Instruction::CONST_STRING: in HasTrivialClinit()
3471 case Instruction::CONST_STRING: { in ProcessDexInstruction()
/aosp12/art/runtime/
H A Dthread.cc4207 } else if (inst->Opcode() == Instruction::CONST_STRING || in SweepInterpreterCache()
/aosp12/art/runtime/verifier/
H A Dmethod_verifier.cc2303 case Instruction::CONST_STRING: in CodeFlowVerifyInstruction()