Searched defs:method_array (Results 1 - 2 of 2) sorted by relevance

/art/runtime/mirror/
H A Diftable.h37 ObjectArray<ArtMethod>* method_array = local
39 DCHECK(method_array != NULL);
40 return method_array;
44 ObjectArray<ArtMethod>* method_array = local
46 if (method_array == NULL) {
49 return method_array->GetLength();
/art/runtime/
H A Dclass_linker.cc3597 mirror::ObjectArray<mirror::ArtMethod>* method_array = local
3599 if (UNLIKELY(method_array == NULL)) {
3603 iftable->SetMethodArray(i, method_array);
3628 method_array->Set(j, vtable_method);
3655 method_array->Set(j, miranda_method.get());

Completed in 69 milliseconds