Searched refs:string_reference (Results 1 – 6 of 6) sorted by relevance
165 void ReserveJitStringRoot(StringReference string_reference, Handle<mirror::String> string) { in ReserveJitStringRoot() argument166 jit_string_roots_.Overwrite(string_reference, in ReserveJitStringRoot()170 uint64_t GetJitStringRootIndex(StringReference string_reference) const { in GetJitStringRootIndex()171 return jit_string_roots_.Get(string_reference); in GetJitStringRootIndex()267 void CodeGenerator::ReserveJitStringRoot(StringReference string_reference, in ReserveJitStringRoot() argument270 code_generation_data_->ReserveJitStringRoot(string_reference, string); in ReserveJitStringRoot()273 uint64_t CodeGenerator::GetJitStringRootIndex(StringReference string_reference) { in GetJitStringRootIndex() argument275 return code_generation_data_->GetJitStringRootIndex(string_reference); in GetJitStringRootIndex()
787 void ReserveJitStringRoot(StringReference string_reference, Handle<mirror::String> string);788 uint64_t GetJitStringRootIndex(StringReference string_reference);
6856 const StringReference& string_reference = entry.first; in EmitJitRootPatches() local6858 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()
8011 StringReference string_reference(info.target_dex_file, dex::StringIndex(info.offset_or_index)); in EmitJitRootPatches() local8012 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()
8985 StringReference string_reference(info.target_dex_file, dex::StringIndex(info.offset_or_index)); in EmitJitRootPatches() local8986 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()
9867 const StringReference& string_reference = entry.first; in EmitJitRootPatches() local9869 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()