Home
last modified time | relevance | path

Searched defs:string_index (Results 1 – 15 of 15) sorted by relevance

/art/tools/veridex/
Dhidden_api_finder.cc71 dex::StringIndex string_index(inst->VRegB_21c()); in CollectAccesses() local
/art/compiler/optimizing/
Dsharpening.cc288 dex::StringIndex string_index = load_string->GetStringIndex(); in ProcessLoadString() local
Dinstruction_builder.cc1932 void HInstructionBuilder::BuildLoadString(dex::StringIndex string_index, uint32_t dex_pc) { in BuildLoadString()
3023 dex::StringIndex string_index(instruction.VRegB_21c()); in ProcessDexInstruction() local
3030 dex::StringIndex string_index(instruction.VRegB_31c()); in ProcessDexInstruction() local
Dcode_generator_arm64.cc375 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode() local
4260 dex::StringIndex string_index, in NewBootImageStringPatch()
4268 dex::StringIndex string_index, in NewStringBssEntryPatch()
4307 const DexFile& dex_file, dex::StringIndex string_index, Handle<mirror::String> handle) { in DeduplicateJitStringLiteral()
4818 const dex::StringIndex string_index = load->GetStringIndex(); in VisitLoadString() local
4842 const dex::StringIndex string_index = load->GetStringIndex(); in VisitLoadString() local
Dcode_generator_mips64.cc255 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode() local
1624 dex::StringIndex string_index, in NewBootImageStringPatch()
1632 dex::StringIndex string_index, in NewStringBssEntryPatch()
1722 dex::StringIndex string_index, in DeduplicateJitStringLiteral()
Dcode_generator_arm_vixl.cc571 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode() local
8855 const DexFile& dex_file, dex::StringIndex string_index) { in NewBootImageStringPatch()
8860 const DexFile& dex_file, dex::StringIndex string_index) { in NewStringBssEntryPatch()
8892 dex::StringIndex string_index, in DeduplicateJitStringLiteral()
Dcode_generator_mips.cc302 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode() local
1697 dex::StringIndex string_index, in NewBootImageStringPatch()
1705 dex::StringIndex string_index, in NewStringBssEntryPatch()
1807 dex::StringIndex string_index, in NewJitRootStringPatch()
Dcode_generator_x86_64.cc315 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode() local
6090 dex::StringIndex string_index, in NewJitRootStringPatch()
Dcode_generator_x86.cc249 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode() local
6768 dex::StringIndex string_index, in NewJitRootStringPatch()
Dnodes.h6509 dex::StringIndex string_index, in HLoadString()
/art/tools/dexanalyze/
Ddexanalyze_experiments.cc324 const dex::StringIndex string_index(inst->VRegB_21c()); in ProcessDexFile() local
372 const dex::StringIndex string_index(inst->VRegB_31c()); in ProcessDexFile() local
/art/dexlayout/
Ddex_ir_builder.cc1165 const uint32_t string_index = static_cast<uint32_t>(ReadVarWidth(data, length, false)); in ReadEncodedValue() local
1170 const uint32_t string_index = static_cast<uint32_t>(ReadVarWidth(data, length, false)); in ReadEncodedValue() local
/art/runtime/
Dclass_loader_context.cc122 uint32_t string_index = shared_library_open_index + 1; in FindMatchingSharedLibraryCloseMarker() local
Dclass_linker.cc1583 uint32_t string_index = sro_base[offset_index].second; in UpdateInternStrings() local
1609 uint32_t string_index = sro_base[offset_index].second; in UpdateInternStrings() local
/art/dex2oat/driver/
Dcompiler_driver.cc726 dex::StringIndex string_index((inst->Opcode() == Instruction::CONST_STRING) in ResolveConstStrings() local