Searched refs:class_def_method_index (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/art/dex2oat/linker/ |
H A D | oat_writer.cc | 219 CompiledMethod* GetCompiledMethod(size_t class_def_method_index) const { in GetCompiledMethod() 220 return compiled_methods_[class_def_method_index]; in GetCompiledMethod() 675 virtual bool VisitMethod(size_t class_def_method_index, const ClassAccessor::Method& method) = 0; 738 bool VisitMethod([[maybe_unused]] size_t class_def_method_index, in VisitMethod() argument 843 bool VisitMethod([[maybe_unused]] size_t class_def_method_index, in VisitMethod() argument 1031 bool VisitMethod(size_t class_def_method_index, const ClassAccessor::Method& method) final in VisitMethod() argument 1036 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod() 1357 bool VisitMethod(size_t class_def_method_index, in VisitMethod() argument 1361 CompiledMethod* compiled_method = oat_class->GetCompiledMethod(class_def_method_index); in VisitMethod() 1473 bool VisitMethod(size_t class_def_method_index, const ClassAccessor::Method& method) final in VisitMethod() argument [all …]
|
/aosp_15_r20/art/runtime/ |
H A D | art_method.cc | 465 uint32_t class_def_method_index = 0u; in GetOatMethodIndexFromMethodIndex() local 468 return class_def_method_index; in GetOatMethodIndexFromMethodIndex() 470 class_def_method_index++; in GetOatMethodIndexFromMethodIndex()
|
H A D | class_linker.cc | 3863 uint32_t class_def_method_index, in LinkCode() argument 3878 occi->SkipAbstract(class_def_method_index); in LinkCode() 3882 const void* quick_code = occi->GetAndAdvance(class_def_method_index); in LinkCode() 4043 size_t class_def_method_index = 0; in LoadClass() local 4072 ArtMethod* art_method = klass->GetDirectMethodUnchecked(class_def_method_index, in LoadClass() 4075 LinkCode(art_method, class_def_method_index, &occi); in LoadClass() 4081 art_method->SetMethodIndex(class_def_method_index); in LoadClass() 4083 last_class_def_method_index = class_def_method_index; in LoadClass() 4086 ++class_def_method_index; in LoadClass() 4089 class_def_method_index - accessor.NumDirectMethods(), in LoadClass() [all …]
|
H A D | class_linker.h | 1128 uint32_t class_def_method_index,
|