• Home
  • Raw
  • Download

Lines Matching refs:method_array

6697       ObjPtr<mirror::PointerArray> method_array;  in AllocateIfTableMethodArrays()  local
6703 method_array = ObjPtr<mirror::PointerArray>::DownCast( in AllocateIfTableMethodArrays()
6706 method_array = AllocPointerArray(self, num_methods); in AllocateIfTableMethodArrays()
6708 if (UNLIKELY(method_array == nullptr)) { in AllocateIfTableMethodArrays()
6712 iftable->SetMethodArray(i, method_array); in AllocateIfTableMethodArrays()
6849 ObjPtr<mirror::PointerArray> method_array = if_table->GetMethodArray(i); in FillIMTFromIfTable() local
6852 method_array->GetElementPtrSize<ArtMethod*>(j, image_pointer_size_); in FillIMTFromIfTable()
6907 ObjPtr<mirror::PointerArray> method_array = if_table->GetMethodArray(i); in FillIMTFromIfTable() local
6910 method_array->GetElementPtrSize<ArtMethod*>(j, image_pointer_size_); in FillIMTFromIfTable()
7867 ObjPtr<mirror::PointerArray> method_array = iftable->GetMethodArray(i); in UpdateIfTable() local
7868 ArtMethod* m = method_array->GetElementPtrSize<ArtMethod*>(j, pointer_size); in UpdateIfTable()
7874 method_array->SetElementPtrSize(j, new_m, pointer_size); in UpdateIfTable()
7947 Handle<mirror::PointerArray> method_array(fill_tables in LinkInterfaceMethods() local
8024 method_array->SetElementPtrSize(j, vtable_method, image_pointer_size_); in LinkInterfaceMethods()
8055 method_array->GetElementPtrSize<ArtMethod*>(j, image_pointer_size_); in LinkInterfaceMethods()
8092 method_array->SetElementPtrSize(j, current_method, image_pointer_size_); in LinkInterfaceMethods()