Searched refs:method_array (Results 1 – 3 of 3) sorted by relevance
38 auto* method_array = down_cast<PointerArray*>(Get((i * kMax) + kMethodArray)); in GetMethodArray() local39 DCHECK(method_array != nullptr); in GetMethodArray()40 return method_array; in GetMethodArray()44 auto* method_array = down_cast<PointerArray*>(Get((i * kMax) + kMethodArray)); in GetMethodArrayCount() local45 return method_array == nullptr ? 0u : method_array->GetLength(); in GetMethodArrayCount()
615 auto* method_array = iftable->GetMethodArray(i); in VisitObject() local616 CHECK(method_array != nullptr); in VisitObject()617 FixupNativePointerArray(method_array); in VisitObject()
4818 auto* method_array = if_table->GetMethodArray(i); in LinkInterfaceMethods() local4820 auto method = method_array->GetElementPtrSize<ArtMethod*>(j, image_pointer_size_); in LinkInterfaceMethods()4844 mirror::PointerArray* method_array; in LinkInterfaceMethods() local4850 method_array = down_cast<mirror::PointerArray*>(if_table->GetMethodArray(i)->Clone(self)); in LinkInterfaceMethods()4852 method_array = AllocPointerArray(self, num_methods); in LinkInterfaceMethods()4854 if (UNLIKELY(method_array == nullptr)) { in LinkInterfaceMethods()4858 iftable->SetMethodArray(i, method_array); in LinkInterfaceMethods()4870 auto method_array(hs2.NewHandle(iftable->GetMethodArray(i))); in LinkInterfaceMethods() local4923 method_array->SetElementPtrSize(j, vtable_method, image_pointer_size_); in LinkInterfaceMethods()4955 method_array->SetElementPtrSize(j, miranda_method, image_pointer_size_); in LinkInterfaceMethods()[all …]