Home
last modified time | relevance | path

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

123456

/art/test/975-iface-private/smali/
DIface.smali18 # public interface Iface {
29 .class public abstract interface LIface;
/art/test/978-virtual-interface/
Dinfo.txt6 interface method via the invoke-virtual opcode and that correct exceptions are
/art/test/066-mismatched-super/
Dinfo.txt3 turns B into an interface without rebuilding A.
/art/runtime/mirror/
Dclass.cc448 ObjPtr<Class> interface = GetDirectInterface(self, h_this.Get(), i); in DumpClass() local
449 if (interface == nullptr) { in DumpClass()
452 ObjPtr<ClassLoader> cl = interface->GetClassLoader(); in DumpClass()
453 os << StringPrintf(" %2zd: %s (cl=%p)\n", i, PrettyClass(interface).c_str(), cl.Ptr()); in DumpClass()
1048 ObjPtr<Class> interface = GetDirectInterface(self, k, i); in FindStaticField() local
1049 DCHECK(interface != nullptr); in FindStaticField()
1050 f = FindStaticField(self, interface, name, type); in FindStaticField()
1074 ObjPtr<Class> interface = GetDirectInterface(self, k, i); in FindStaticField() local
1075 DCHECK(interface != nullptr); in FindStaticField()
1076 f = FindStaticField(self, interface, dex_cache, dex_field_idx); in FindStaticField()
[all …]
Diftable.h32 ALWAYS_INLINE void SetInterface(int32_t i, ObjPtr<Class> interface)
/art/test/1914-get-local-instance/
Dexpected.txt14 …1914$Foo.InterfaceProxyMethod(java.lang.Runnable) got value: Proxy for [interface art.Test1914$Foo]
15 Value is 'Proxy for [interface art.Test1914$Foo]' (class: PROXY CLASS)
/art/openjdkjvmti/
DREADME.md4 This is a partial implementation of the JVMTI v1.2 interface for the android
/art/test/918-fields/
Dexpected.txt14 interface art.Test918$Bar
/art/test/075-verification-error/
Dexpected.txt13 Got expected IncompatibleClassChangeError (interface)
/art/test/965-default-verify/
Dexpected.txt9 Calling functions on interface Iface
Dinfo.txt1 Smali-based tests for verification interaction with experimental interface
/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/166-bad-interface-super/jasmin/
DBadSuper1.j15 .interface public BadSuper1
DBadSuper2.j15 .interface public BadSuper2
/art/test/800-smali/smali/
Db_22777307.smali11 # Cloneable was chosen because it's an already existing interface.
/art/test/HiddenApiStubs/
DHiddenApi17 public interface PublicInterface {
/art/test/978-virtual-interface/smali/
DIface.smali21 # interface Iface {
36 .class public abstract interface LIface;
/art/test/004-JniTest/smali/
DDefaultInterface.smali17 .class public interface LDefaultInterface;
20 # public interface DefaultInterface {
/art/test/166-bad-interface-super/smali/
DBadSuper2.smali15 .class public interface LBadSuper2;
DBadSuper1.smali15 .class public interface LBadSuper1;
/art/test/VerifierDeps/
DIface.smali15 .class public abstract interface LIface;
DMain.smali410 invoke-interface {p0}, Ljava/lang/Runnable;->run()V
420 invoke-interface {p0}, LMyThread;->join()V
426 # Verification will fail because the referring class is not an interface.
429 invoke-interface {p0}, LMyThreadSet;->run()V
435 # Verification will fail because the referring class is not an interface.
436 invoke-interface {p0}, LMyThreadSet;->isEmpty()Z
442 invoke-interface {p0}, Ljava/lang/Runnable;->x()V
448 invoke-interface {p0}, LMyThreadSet;->x()V
/art/test/180-native-default-method/jasmin/
DTestInterface.j15 .interface public TestInterface
/art/test/121-modifiers/smali/
DInf.smali17 .class public interface abstract LInf;
/art/libartbase/base/unix_file/
DREADME7 In particular, the basic RandomAccessFile interface is kept small and simple so

123456