Home
last modified time | relevance | path

Searched refs:GetJitStringRootIndex (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator.cc176 uint64_t GetJitStringRootIndex(StringReference string_reference) const { in GetJitStringRootIndex() function in art::CodeGenerator::CodeGenerationData
277 uint64_t CodeGenerator::GetJitStringRootIndex(StringReference string_reference) { in GetJitStringRootIndex() function in art::CodeGenerator
279 return code_generation_data_->GetJitStringRootIndex(string_reference); in GetJitStringRootIndex()
Dcode_generator.h702 uint64_t GetJitStringRootIndex(StringReference string_reference);
Dcode_generator_x86_64.cc7163 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()
Dcode_generator_arm_vixl.cc9343 uint64_t index_in_table = GetJitStringRootIndex(string_reference); in EmitJitRootPatches()