Searched refs:type_reference (Results 1 – 10 of 10) sorted by relevance
73 void ReserveJitClassRoot(TypeReference type_reference, Handle<mirror::Class> klass) { in ReserveJitClassRoot() argument74 jit_class_roots_.Overwrite(type_reference, reinterpret_cast64<uint64_t>(klass.GetReference())); in ReserveJitClassRoot()77 uint64_t GetJitClassRootIndex(TypeReference type_reference) const { in GetJitClassRootIndex() argument78 return jit_class_roots_.Get(type_reference); in GetJitClassRootIndex()
65 const TypeReference& type_reference = entry.first; in EmitJitRootPatches() local67 uint64_t index_in_table = code_generation_data.GetJitClassRootIndex(type_reference); in EmitJitRootPatches()
202 void CodeGenerator::ReserveJitClassRoot(TypeReference type_reference, Handle<mirror::Class> klass) { in ReserveJitClassRoot() argument204 code_generation_data_->ReserveJitClassRoot(type_reference, klass); in ReserveJitClassRoot()207 uint64_t CodeGenerator::GetJitClassRootIndex(TypeReference type_reference) { in GetJitClassRootIndex() argument209 return code_generation_data_->GetJitClassRootIndex(type_reference); in GetJitClassRootIndex()
835 void ReserveJitClassRoot(TypeReference type_reference, Handle<mirror::Class> klass);836 uint64_t GetJitClassRootIndex(TypeReference type_reference);
738 void LoadTypeForBootImageIntrinsic(vixl::aarch32::Register reg, TypeReference type_reference);
893 void LoadTypeForBootImageIntrinsic(vixl::aarch64::Register reg, TypeReference type_reference);
6630 const TypeReference& type_reference = entry.first; in EmitJitRootPatches() local6632 uint64_t index_in_table = GetJitClassRootIndex(type_reference); in EmitJitRootPatches()
8542 TypeReference type_reference(info.target_dex_file, dex::TypeIndex(info.offset_or_index)); in EmitJitRootPatches() local8543 uint64_t index_in_table = GetJitClassRootIndex(type_reference); in EmitJitRootPatches()
9276 TypeReference type_reference(info.target_dex_file, dex::TypeIndex(info.offset_or_index)); in EmitJitRootPatches() local9277 uint64_t index_in_table = GetJitClassRootIndex(type_reference); in EmitJitRootPatches()
10207 const TypeReference& type_reference = entry.first; in EmitJitRootPatches() local10209 uint64_t index_in_table = GetJitClassRootIndex(type_reference); in EmitJitRootPatches()