Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.cc171 void ReserveJitStringRoot(StringReference string_reference, Handle<mirror::String> string) { in ReserveJitStringRoot() argument
172 jit_string_roots_.Overwrite(string_reference, in ReserveJitStringRoot()
176 uint64_t GetJitStringRootIndex(StringReference string_reference) const { in GetJitStringRootIndex()
177 return jit_string_roots_.Get(string_reference); in GetJitStringRootIndex()
271 void CodeGenerator::ReserveJitStringRoot(StringReference string_reference, in ReserveJitStringRoot() argument
274 code_generation_data_->ReserveJitStringRoot(string_reference, string); in ReserveJitStringRoot()
277 uint64_t CodeGenerator::GetJitStringRootIndex(StringReference string_reference) { in GetJitStringRootIndex() argument
279 return code_generation_data_->GetJitStringRootIndex(string_reference); in GetJitStringRootIndex()
Dcode_generator.h701 void ReserveJitStringRoot(StringReference string_reference, Handle<mirror::String> string);
702 uint64_t GetJitStringRootIndex(StringReference string_reference);
Dcode_generator_arm64.cc6497 const StringReference& string_reference = entry.first; in EmitJitRootPatches() local
6499 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()
Dcode_generator_mips64.cc1658 const StringReference& string_reference = entry.first; in EmitJitRootPatches() local
1660 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()
Dcode_generator_x86_64.cc7162 StringReference string_reference(info.target_dex_file, dex::StringIndex(info.offset_or_index)); in EmitJitRootPatches() local
7163 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()
Dcode_generator_x86.cc7831 StringReference string_reference(info.target_dex_file, dex::StringIndex(info.offset_or_index)); in EmitJitRootPatches() local
7832 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()
Dcode_generator_arm_vixl.cc9341 const StringReference& string_reference = entry.first; in EmitJitRootPatches() local
9343 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()
Dcode_generator_mips.cc1775 StringReference string_reference(&info.target_dex_file, dex::StringIndex(info.index)); in EmitJitRootPatches() local
1776 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()