Searched refs:string_reference (Results 1 – 6 of 6) sorted by relevance
164 void ReserveJitStringRoot(StringReference string_reference, Handle<mirror::String> string) { in ReserveJitStringRoot() argument165 jit_string_roots_.Overwrite(string_reference, in ReserveJitStringRoot()169 uint64_t GetJitStringRootIndex(StringReference string_reference) const { in GetJitStringRootIndex()170 return jit_string_roots_.Get(string_reference); in GetJitStringRootIndex()266 void CodeGenerator::ReserveJitStringRoot(StringReference string_reference, in ReserveJitStringRoot() argument269 code_generation_data_->ReserveJitStringRoot(string_reference, string); in ReserveJitStringRoot()272 uint64_t CodeGenerator::GetJitStringRootIndex(StringReference string_reference) { in GetJitStringRootIndex() argument274 return code_generation_data_->GetJitStringRootIndex(string_reference); in GetJitStringRootIndex()
797 void ReserveJitStringRoot(StringReference string_reference, Handle<mirror::String> string);798 uint64_t GetJitStringRootIndex(StringReference string_reference);
6923 const StringReference& string_reference = entry.first; in EmitJitRootPatches() local6925 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()
8119 StringReference string_reference(info.target_dex_file, dex::StringIndex(info.offset_or_index)); in EmitJitRootPatches() local8120 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()
9911 const StringReference& string_reference = entry.first; in EmitJitRootPatches() local9913 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()
8933 StringReference string_reference(info.target_dex_file, dex::StringIndex(info.offset_or_index)); in EmitJitRootPatches() local8934 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()