Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 25) sorted by relevance

/art/test/005-annotations/
Dexpected.txt13 interface android.test.anno.AnnoSimpleType
15 interface android.test.anno.AnnoSimpleType2
19 interface android.test.anno.AnnoSimpleConstructor
23 interface android.test.anno.AnnoSimpleConstructor
26 interface android.test.anno.AnnoSimpleParameter
29 interface android.test.anno.AnnoSimpleMethod
33 interface android.test.anno.AnnoSimpleField
36 interface android.test.anno.AnnoSimpleField
38 annotations on TYPE interface android.test.anno.INoted(1):
40 interface android.test.anno.AnnoSimpleType2
[all …]
/art/runtime/mirror/
Diftable-inl.h25 inline void IfTable::SetInterface(int32_t i, Class* interface) { in SetInterface() argument
26 DCHECK(interface != nullptr); in SetInterface()
27 DCHECK(interface->IsInterface()); in SetInterface()
30 SetWithoutChecks<false>(idx, interface); in SetInterface()
Diftable.h29 Class* interface = GetWithoutChecks((i * kMax) + kInterface)->AsClass(); in GetInterface() local
30 DCHECK(interface != nullptr); in GetInterface()
31 return interface; in GetInterface()
34 ALWAYS_INLINE void SetInterface(int32_t i, Class* interface)
Dclass.cc233 Class* interface = GetDirectInterface(self, h_this, i); in DumpClass() local
234 if (interface == nullptr) { in DumpClass()
237 const ClassLoader* cl = interface->GetClassLoader(); in DumpClass()
238 os << StringPrintf(" %2zd: %s (cl=%p)\n", i, PrettyClass(interface).c_str(), cl); in DumpClass()
638 Handle<mirror::Class> interface(hs2.NewHandle(GetDirectInterface(self, h_k, i))); in FindStaticField() local
639 f = FindStaticField(self, interface, name, type); in FindStaticField()
662 Handle<mirror::Class> interface(hs2.NewHandle(GetDirectInterface(self, h_k, i))); in FindStaticField() local
663 f = FindStaticField(self, interface, dex_cache, dex_field_idx); in FindStaticField()
690 Handle<mirror::Class> interface(hs2.NewHandle(GetDirectInterface(self, h_k, i))); in FindField() local
691 f = interface->FindStaticField(self, interface, name, type); in FindField()
[all …]
/art/test/800-smali/smali/
Db_20224106.smali3 # Test that a hard + soft verifier failure in invoke-interface does not lead to
13 # 2) The receiver is not an interface or Object
14 invoke-interface {v2, v3}, Ljava/net/DatagramSocket;->checkPort(I)V
/art/test/031-class-attributes/
Dexpected.txt13 public abstract interface java.io.Serializable
15 public abstract static interface ClassAttrs$PublicInnerInterface
17 protected abstract static interface ClassAttrs$ProtectedInnerInterface
19 private abstract static interface ClassAttrs$PrivateInnerInterface
21 abstract static interface ClassAttrs$PackagePrivateInnerInterface
36interface ClassAttrs$PackagePrivateInnerInterface, interface ClassAttrs$PrivateInnerInterface, in…
37 … class ClassAttrs$PublicInnerClass, class ClassAttrs$PublicMemberClass, interface ClassAttrs$Publi…
/art/test/423-invoke-interface/
Dinfo.txt1 invoke-interface test with hopefully enough interface methods to trigger
/art/test/467-regalloc-pair/
Dexpected.txt1 In interface
/art/test/115-native-bridge/
Dinfo.txt1 Test for the native bridge interface.
/art/test/492-checker-inline-invoke-interface/
Dinfo.txt1 Checker test to ensure we can inline interface calls.
/art/test/511-clinit-interface/
Dinfo.txt2 an interface method.
/art/test/065-mismatched-implements/
Dinfo.txt1 This tests what happens when class A implements interface B, but somebody
/art/test/066-mismatched-super/
Dinfo.txt2 turns B into an interface without rebuilding A.
/art/test/301-abstract-protected/
Dinfo.txt2 of an interface method; the RI only cares about the visibility of the actual
/art/runtime/
Dproxy_test.cc54 for (mirror::Class* interface : interfaces) { in GenerateProxyClass()
55 methods_count += interface->NumVirtualMethods(); in GenerateProxyClass()
81 for (mirror::Class* interface : interfaces) { in GenerateProxyClass()
82 for (auto& m : interface->GetVirtualMethods(sizeof(void*))) { in GenerateProxyClass()
Dart_method.cc134 mirror::Class* interface = iftable->GetInterface(i); in FindOverriddenMethod() local
135 for (size_t j = 0; j < interface->NumVirtualMethods(); ++j) { in FindOverriddenMethod()
136 ArtMethod* interface_method = interface->GetVirtualMethod(j, pointer_size); in FindOverriddenMethod()
Dclass_linker.cc4305 mirror::Class* interface = ResolveType(dex_file, idx, klass.Get()); in LoadSuperAndInterfaces() local
4306 if (interface == nullptr) { in LoadSuperAndInterfaces()
4311 if (!klass->CanAccess(interface)) { in LoadSuperAndInterfaces()
4314 PrettyDescriptor(interface).c_str(), in LoadSuperAndInterfaces()
4694 mirror::Class* interface = have_interfaces ? in LinkInterfaceMethods() local
4696 DCHECK(interface != nullptr); in LinkInterfaceMethods()
4697 if (UNLIKELY(!interface->IsInterface())) { in LinkInterfaceMethods()
4701 PrettyDescriptor(interface->GetDescriptor(&temp)).c_str()); in LinkInterfaceMethods()
4704 ifcount += interface->GetIfTableCount(); in LinkInterfaceMethods()
4722 mirror::Class* interface = have_interfaces ? interfaces->Get(i) : in LinkInterfaceMethods() local
[all …]
Dclass_linker_test.cc224 mirror::Class* interface = iftable->GetInterface(i); in AssertClass() local
225 ASSERT_TRUE(interface != nullptr); in AssertClass()
229 EXPECT_EQ(interface->NumVirtualMethods(), iftable->GetMethodArrayCount(i)); in AssertClass()
/art/test/135-MirandaDispatch/
Dinfo.txt3 … was expected to be of type virtual but instead was found to be of type interface (declaration of …
/art/test/044-proxy/
Dexpected.txt53 Proxy interfaces: [interface Quads, interface Colors, interface Trace]
/art/runtime/base/unix_file/
DREADME7 In particular, the basic RandomAccessFile interface is kept small and simple so
/art/test/511-clinit-interface/smali/
DBogusInterface.smali15 .class public abstract interface LBogusInterface;
/art/test/467-regalloc-pair/smali/
DTestCase.smali53 invoke-interface {v11, v4, v5, v0}, LItf;->invokeInterface(JI)V
/art/test/100-reflect2/
Dexpected.txt38 [interface java.io.Serializable, interface java.lang.Comparable, interface java.lang.CharSequence]
/art/cmdline/
DREADME.md15 The `CmdlineParser` class provides a fluent interface using a domain-specific language to quickly
180 static interface provided by `CmdlineTypeParser`. It is recommended to inherit from