Searched refs:string_reference (Results 1 – 5 of 5) sorted by relevance
170 void ReserveJitStringRoot(StringReference string_reference, Handle<mirror::String> string) { in ReserveJitStringRoot() argument171 jit_string_roots_.Overwrite(string_reference, in ReserveJitStringRoot()175 uint64_t GetJitStringRootIndex(StringReference string_reference) const { in GetJitStringRootIndex()176 return jit_string_roots_.Get(string_reference); in GetJitStringRootIndex()272 void CodeGenerator::ReserveJitStringRoot(StringReference string_reference, in ReserveJitStringRoot() argument275 code_generation_data_->ReserveJitStringRoot(string_reference, string); in ReserveJitStringRoot()278 uint64_t CodeGenerator::GetJitStringRootIndex(StringReference string_reference) { in GetJitStringRootIndex() argument280 return code_generation_data_->GetJitStringRootIndex(string_reference); in GetJitStringRootIndex()
722 void ReserveJitStringRoot(StringReference string_reference, Handle<mirror::String> string);723 uint64_t GetJitStringRootIndex(StringReference string_reference);
1751 const StringReference& string_reference = entry.first; in EmitJitRootPatches() local1753 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()
9274 const StringReference& string_reference = entry.first; in EmitJitRootPatches() local9276 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()
1851 StringReference string_reference(&info.target_dex_file, dex::StringIndex(info.index)); in EmitJitRootPatches() local1852 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()