Searched refs:method_array (Results 1 – 5 of 5) sorted by relevance
54 ObjPtr<PointerArray> method_array = GetMethodArrayOrNull<kVerifyFlags, kReadBarrierOption>(i); in GetMethodArray() local55 DCHECK(method_array != nullptr); in GetMethodArray()56 return method_array; in GetMethodArray()62 ObjPtr<PointerArray> method_array = GetMethodArrayOrNull<kVerifyFlags, kReadBarrierOption>(i); in GetMethodArrayCount() local63 return method_array == nullptr ? 0u : method_array->GetLength<kVerifyFlags>(); in GetMethodArrayCount()
2036 ObjPtr<mirror::PointerArray> method_array = in CheckObjects() local2038 if (method_array != nullptr) { in CheckObjects()2039 ic.CheckArtMethodPointerArray(method_array); in CheckObjects()6851 ObjPtr<mirror::PointerArray> method_array = if_table->GetMethodArray(i); in FillIMTFromIfTable() local6854 method_array->GetElementPtrSize<ArtMethod*>(j, image_pointer_size_); in FillIMTFromIfTable()6909 ObjPtr<mirror::PointerArray> method_array = if_table->GetMethodArray(i); in FillIMTFromIfTable() local6912 method_array->GetElementPtrSize<ArtMethod*>(j, image_pointer_size_); in FillIMTFromIfTable()7162 ObjPtr<mirror::PointerArray> method_array = super_iftable->GetMethodArrayOrNull(i); in SetupInterfaceLookupTable() local7163 if (method_array != nullptr) { in SetupInterfaceLookupTable()7164 iftable->SetMethodArray(i, method_array); in SetupInterfaceLookupTable()[all …]
601 ObjPtr<mirror::PointerArray> method_array = iftable->GetMethodArray(i); in UpdateAfterLoadingOf() local603 method_array->GetElementPtrSize<ArtMethod*>(j, image_pointer_size); in UpdateAfterLoadingOf()
2724 LengthPrefixedArray<ArtMethod>* method_array = class_linker->AllocArtMethodArray( in CreateRuntimeMethod() local2728 ArtMethod* method = &method_array->At(0, method_size, method_alignment); in CreateRuntimeMethod()
621 jmethodID* method_array = reinterpret_cast<jmethodID*>(out_ptr); in GetClassMethods() local633 method_array[array_idx] = art::jni::EncodeArtMethod(&m); in GetClassMethods()638 *methods_ptr = method_array; in GetClassMethods()