Home
last modified time | relevance | path

Searched defs:string_reference (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generation_data.h62 void ReserveJitStringRoot(StringReference string_reference, Handle<mirror::String> string) { in ReserveJitStringRoot()
67 uint64_t GetJitStringRootIndex(StringReference string_reference) const { in GetJitStringRootIndex()
H A Djit_patches_arm64.cc59 const StringReference& string_reference = entry.first; in EmitJitRootPatches() local
H A Dcode_generator.cc192 void CodeGenerator::ReserveJitStringRoot(StringReference string_reference, in ReserveJitStringRoot()
198 uint64_t CodeGenerator::GetJitStringRootIndex(StringReference string_reference) { in GetJitStringRootIndex()
H A Dcode_generator_riscv64.cc6757 const StringReference& string_reference = entry.first; in EmitJitRootPatches() local
H A Dcode_generator_x86_64.cc8620 StringReference string_reference(info.target_dex_file, dex::StringIndex(info.offset_or_index)); in EmitJitRootPatches() local
H A Dcode_generator_x86.cc9341 StringReference string_reference(info.target_dex_file, dex::StringIndex(info.offset_or_index)); in EmitJitRootPatches() local
H A Dcode_generator_arm_vixl.cc10275 const StringReference& string_reference = entry.first; in EmitJitRootPatches() local