Home
last modified time | relevance | path

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

/art/tools/veridex/
Dhidden_api_finder.cc67 dex::StringIndex string_index(inst->VRegB_21c()); in CollectAccesses() local
/art/compiler/optimizing/
Dsharpening.cc319 dex::StringIndex string_index = load_string->GetStringIndex(); in ProcessLoadString() local
Dinstruction_builder.cc2227 void HInstructionBuilder::BuildLoadString(dex::StringIndex string_index, uint32_t dex_pc) { in BuildLoadString()
3318 dex::StringIndex string_index(instruction.VRegB_21c()); in ProcessDexInstruction() local
3325 dex::StringIndex string_index(instruction.VRegB_31c()); in ProcessDexInstruction() local
Dcode_generator_arm64.cc377 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode() local
4677 dex::StringIndex string_index, in NewBootImageStringPatch()
4685 dex::StringIndex string_index, in NewStringBssEntryPatch()
4733 const DexFile& dex_file, dex::StringIndex string_index, Handle<mirror::String> handle) { in DeduplicateJitStringLiteral()
5261 const dex::StringIndex string_index = load->GetStringIndex(); in VisitLoadString() local
5285 const dex::StringIndex string_index = load->GetStringIndex(); in VisitLoadString() local
Dcode_generator_arm_vixl.cc573 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode() local
9258 const DexFile& dex_file, dex::StringIndex string_index) { in NewBootImageStringPatch()
9263 const DexFile& dex_file, dex::StringIndex string_index) { in NewStringBssEntryPatch()
9306 dex::StringIndex string_index, in DeduplicateJitStringLiteral()
Dcode_generator_x86_64.cc318 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode() local
6317 dex::StringIndex string_index, in NewJitRootStringPatch()
Dcode_generator_x86.cc252 const dex::StringIndex string_index = instruction_->AsLoadString()->GetStringIndex(); in EmitNativeCode() local
7024 dex::StringIndex string_index, in NewJitRootStringPatch()
Dnodes.h6618 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/runtime/interpreter/mterp/
Dnterp.cc482 dex::StringIndex string_index( in NterpLoadObject() local
/art/dexlayout/
Ddex_ir_builder.cc1166 const uint32_t string_index = static_cast<uint32_t>(ReadVarWidth(data, length, false)); in ReadEncodedValue() local
1171 const uint32_t string_index = static_cast<uint32_t>(ReadVarWidth(data, length, false)); in ReadEncodedValue() local
/art/runtime/
Dclass_loader_context.cc126 uint32_t string_index = shared_library_open_index + 1; in FindMatchingSharedLibraryCloseMarker() local
Dclass_linker.cc1565 uint32_t string_index = sro_base[offset_index].second; in VisitInternedStringReferences() local
/art/dex2oat/driver/
Dcompiler_driver.cc727 dex::StringIndex string_index((inst->Opcode() == Instruction::CONST_STRING) in ResolveConstStrings() local