Home
last modified time | relevance | path

Searched refs:interface (Results 126 – 133 of 133) sorted by relevance

123456

/art/runtime/
Dclass_linker.cc6272 ObjPtr<mirror::Class> interface = ResolveType(idx, klass.Get()); in LoadSuperAndInterfaces() local
6273 if (interface == nullptr) { in LoadSuperAndInterfaces()
6278 if (!klass->CanAccess(interface)) { in LoadSuperAndInterfaces()
6282 interface->PrettyDescriptor().c_str(), in LoadSuperAndInterfaces()
7115 ObjPtr<mirror::Class> interface = if_table->GetInterface(i); in FillIMTFromIfTable() local
7116 const size_t num_virtuals = interface->NumVirtualMethods(); in FillIMTFromIfTable()
7124 DCHECK_EQ(interface->NumDeclaredVirtualMethods(), method_array_count); in FillIMTFromIfTable()
7142 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size_); in FillIMTFromIfTable()
7182 ObjPtr<mirror::Class> interface = if_table->GetInterface(i); in FillIMTFromIfTable() local
7196 ArtMethod* interface_method = interface->GetVirtualMethod(j, image_pointer_size_); in FillIMTFromIfTable()
[all …]
Dart_method.cc226 ObjPtr<mirror::Class> interface = iftable->GetInterface(i); in FindOverriddenMethod() local
227 for (ArtMethod& interface_method : interface->GetVirtualMethods(pointer_size)) { in FindOverriddenMethod()
Dclass_linker_test.cc304 ObjPtr<mirror::Class> interface = iftable->GetInterface(i); in AssertClass() local
305 ASSERT_TRUE(interface != nullptr); in AssertClass()
309 EXPECT_EQ(interface->NumDeclaredVirtualMethods(), iftable->GetMethodArrayCount(i)); in AssertClass()
/art/runtime/native/
Djava_lang_Class.cc273 ObjPtr<mirror::Class> interface = linker->LookupResolvedType(type_idx, klass.Get()); in Class_getInterfacesInternal() local
274 DCHECK(interface != nullptr); in Class_getInterfacesInternal()
275 ifaces->SetWithoutChecks<false>(i, interface); in Class_getInterfacesInternal()
/art/dex2oat/driver/
Dcompiler_driver.cc1210 ObjPtr<mirror::Class> interface = mirror::Class::GetDirectInterface(self, klass, i); in MaybeAddToImageClasses() local
1211 DCHECK(interface != nullptr); in MaybeAddToImageClasses()
1212 MaybeAddToImageClasses(self, interface, image_classes); in MaybeAddToImageClasses()
2580 interface = mirror::Class::GetDirectInterface(self, klass.Get(), i); in NoClinitInDependency() local
2582 Handle<mirror::Class> handle_interface(hs.NewHandle(interface)); in NoClinitInDependency()
/art/test/dexdump/
Dall.txt616 000900: 7254 0a00 1032 |000c: invoke-interface {v0, v1, v2, v3, v4}, LA;.in…
Dbytecodes.txt1041 00113a: 7210 1b00 0000 |001b: invoke-interface {v0}, Ljava/lang/Runnable;.r…
/art/test/993-breakpoints/
Dexpected.txt22 Running interface static invoke

123456