Home
last modified time | relevance | path

Searched refs:GetJitMethodTypeRootIndex (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generation_data.h93 uint64_t GetJitMethodTypeRootIndex(ProtoReference proto_reference) const { in GetJitMethodTypeRootIndex() function
H A Djit_patches_arm64.cc73 uint64_t index_in_table = code_generation_data.GetJitMethodTypeRootIndex(proto_reference); in EmitJitRootPatches()
H A Dcode_generator.cc219 uint64_t CodeGenerator::GetJitMethodTypeRootIndex(ProtoReference proto_reference) { in GetJitMethodTypeRootIndex() function in art::CodeGenerator
221 return code_generation_data_->GetJitMethodTypeRootIndex(proto_reference); in GetJitMethodTypeRootIndex()
H A Dcode_generator.h841 uint64_t GetJitMethodTypeRootIndex(ProtoReference proto_reference);
H A Dcode_generator_x86_64.cc8633 uint64_t index_in_table = GetJitMethodTypeRootIndex(proto_reference); in EmitJitRootPatches()