Home | History | Annotate | Download | only in runtime

Lines Matching refs:method_array

5179         mirror::ObjectArray<mirror::ArtMethod>* method_array = if_table->GetMethodArray(i);
5181 mirror::ArtMethod* method = method_array->GetWithoutChecks(j);
5203 Handle<mirror::ObjectArray<mirror::ArtMethod>> method_array;
5210 method_array = hs.NewHandle(if_table->GetMethodArray(i)->Clone(self)->
5216 method_array = hs.NewHandle(AllocArtMethodArray(self, num_methods));
5221 if (UNLIKELY(method_array.Get() == nullptr)) {
5225 iftable->SetMethodArray(i, method_array.Get());
5258 method_array->SetWithoutChecks<false>(j, vtable_method);
5299 method_array->SetWithoutChecks<false>(j, miranda_method);