Home
last modified time | relevance | path

Searched refs:string_reference (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dcode_generation_data.h60 void ReserveJitStringRoot(StringReference string_reference, Handle<mirror::String> string) { in ReserveJitStringRoot() argument
61 jit_string_roots_.Overwrite(string_reference, in ReserveJitStringRoot()
65 uint64_t GetJitStringRootIndex(StringReference string_reference) const { in GetJitStringRootIndex() argument
66 return jit_string_roots_.Get(string_reference); in GetJitStringRootIndex()
Djit_patches_arm64.cc59 const StringReference& string_reference = entry.first; in EmitJitRootPatches() local
61 uint64_t index_in_table = code_generation_data.GetJitStringRootIndex(string_reference); in EmitJitRootPatches()
Dcode_generator.cc191 void CodeGenerator::ReserveJitStringRoot(StringReference string_reference, in ReserveJitStringRoot() argument
194 code_generation_data_->ReserveJitStringRoot(string_reference, string); in ReserveJitStringRoot()
197 uint64_t CodeGenerator::GetJitStringRootIndex(StringReference string_reference) { in GetJitStringRootIndex() argument
199 return code_generation_data_->GetJitStringRootIndex(string_reference); in GetJitStringRootIndex()
Dcode_generator.h833 void ReserveJitStringRoot(StringReference string_reference, Handle<mirror::String> string);
834 uint64_t GetJitStringRootIndex(StringReference string_reference);
Dcode_generator_riscv64.cc6624 const StringReference& string_reference = entry.first; in EmitJitRootPatches() local
6626 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()
Dcode_generator_x86_64.cc8536 StringReference string_reference(info.target_dex_file, dex::StringIndex(info.offset_or_index)); in EmitJitRootPatches() local
8537 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()
Dcode_generator_x86.cc9270 StringReference string_reference(info.target_dex_file, dex::StringIndex(info.offset_or_index)); in EmitJitRootPatches() local
9271 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()
Dcode_generator_arm_vixl.cc10201 const StringReference& string_reference = entry.first; in EmitJitRootPatches() local
10203 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()