Home
last modified time | relevance | path

Searched refs:method (Results 176 – 200 of 961) sorted by relevance

12345678910>>...39

/art/test/044-proxy/src/
DFloatSelect.java25 public float method(float a, float b); in method() method
29 public Object invoke(Object proxy, Method method, Object[] args) throws Throwable { in invoke() argument
40 float floatResult = proxyObject.method(2.1f, 5.8f); in main()
/art/test/004-JniTest/smali/
DConcreteClass.smali38 .method public constructor <init>()V
42 .end method
44 .method public JniCallOverridenAbstractMethod()V
51 .end method
53 .method public JniCallOverridenDefaultMethod()V
60 .end method
62 .method public JniCallOverridenDefaultMethodWithSuper()V
72 .end method
/art/test/800-smali/smali/
Db_20843113.smali5 .method public constructor <init>(I)V
28 .end method
31 .method public static run()V
34 .end method
Db_121191566.smali5 .method public constructor <init>()V
9 .end method
11 .method public static run(Ljava/lang/Object;)Z
26 .end method
Db_21869691I.smali4 # This is the interface class that has an "a" method.
10 .method public abstract a()V
11 .end method
Db_23201502.smali5 .method public static runFloat()V
13 .end method
15 .method public static runDouble()V
23 .end method
Db_23300986.smali5 .method public static runAliasAfterEnter(Ljava/lang/Object;)V
13 .end method
15 .method public static runAliasBeforeEnter(Ljava/lang/Object;)V
23 .end method
/art/runtime/mirror/
Dclass.cc569 for (ArtMethod& method : klass->GetDeclaredMethodsSlice(pointer_size)) { in FindInterfaceMethodWithSignature()
570 if (method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()
571 return &method; in FindInterfaceMethodWithSignature()
581 for (ArtMethod& method : iface->GetVirtualMethodsSlice(pointer_size)) { in FindInterfaceMethodWithSignature()
582 if (method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()
583 return &method; in FindInterfaceMethodWithSignature()
592 for (ArtMethod& method : object_class->GetDeclaredMethodsSlice(pointer_size)) { in FindInterfaceMethodWithSignature()
593 if (method.IsPublic() && !method.IsStatic() && in FindInterfaceMethodWithSignature()
594 method.GetNameView() == name && method.GetSignature() == signature) { in FindInterfaceMethodWithSignature()
595 return &method; in FindInterfaceMethodWithSignature()
[all …]
/art/runtime/dex/
Ddex_file_annotations.h49 ObjPtr<mirror::Object> GetAnnotationDefaultValue(ArtMethod* method)
51 ObjPtr<mirror::Object> GetAnnotationForMethod(ArtMethod* method,
54 ObjPtr<mirror::ObjectArray<mirror::Object>> GetAnnotationsForMethod(ArtMethod* method)
56 ObjPtr<mirror::ObjectArray<mirror::Class>> GetExceptionTypesForMethod(ArtMethod* method)
58 ObjPtr<mirror::ObjectArray<mirror::Object>> GetParameterAnnotations(ArtMethod* method)
60 uint32_t GetNumberOfAnnotatedMethodParameters(ArtMethod* method)
62 ObjPtr<mirror::Object> GetAnnotationForMethodParameter(ArtMethod* method,
67 ArtMethod* method,
70 ObjPtr<mirror::ObjectArray<mirror::String>> GetSignatureAnnotationForMethod(ArtMethod* method)
77 bool IsMethodAnnotationPresent(ArtMethod* method,
[all …]
/art/test/585-inline-unresolved/smali/
DTestCase.smali21 .method public static topLevel()V
25 .end method
28 .method public static $inline$foo()LUnresolved;
38 .end method
40 .method public static $noinline$bar()LUnresolved;
48 .end method
/art/test/954-invoke-polymorphic-verifier/smali/
DFakeSignaturePolymorphic.smali21 .method public constructor <init>()V
31 .end method
33 .method public static getMethodHandle()Ljava/lang/invoke/MethodHandle;
37 .end method
39 .method public static getMain()LMain;
43 .end method
DBetterFakeSignaturePolymorphic.smali21 .method public constructor <init>()V
31 .end method
33 .method public static getMethodHandle()Ljava/lang/invoke/MethodHandle;
37 .end method
39 .method public static getMain()LMain;
43 .end method
DMain.smali24 .method public constructor<init>()V
28 .end method
30 .method public static main([Ljava/lang/String;)V
60 .end method
62 .method public static test(Ljava/lang/String;)V
78 .end method
80 # A test method called "invoke", but on a class other than MethodHandle.
81 .method public invoke([Ljava/lang/Object;)Ljava/lang/Object;
86 .end method
88 # A test method called "invokeExact" that is native varargs, but is on a class
[all …]
/art/test/686-get-this/smali/
DTest.smali18 .method public constructor <init>()V
24 .end method
27 .method public testEmpty()V
34 .end method
36 .method public testPrimitive()I
43 .end method
/art/test/497-inlining-and-class-loader/
Dclear_dex_cache.cc53 ArtMethod* method = pair.object; in Java_Main_cloneResolvedMethods() local
57 int_array->Set(2u * i + 1u, reinterpret_cast32<jint>(method)); in Java_Main_cloneResolvedMethods()
61 long_array->Set(2u * i + 1u, reinterpret_cast64<jlong>(method)); in Java_Main_cloneResolvedMethods()
79 ArtMethod* method; in Java_Main_restoreResolvedMethods() local
83 method = reinterpret_cast32<ArtMethod*>(int_array->Get(2u * i + 1u)); in Java_Main_restoreResolvedMethods()
87 method = reinterpret_cast64<ArtMethod*>(long_array->Get(2u * i + 1u)); in Java_Main_restoreResolvedMethods()
89 mirror::MethodDexCachePair pair(method, index); in Java_Main_restoreResolvedMethods()
/art/test/975-iface-private/smali/
DMain.smali36 .method public constructor <init>()V
40 .end method
42 .method public static main([Ljava/lang/String;)V
51 .end method
53 .method public static sayHiMain(LMain;)V
61 .end method
63 .method public static sayHiIface(LIface;)V
71 .end method
/art/test/1971-multi-force-early-return/
Dexpected.txt1 Thread 0: Thread: Test1971 - Thread 0 method returned: art.Test1971$NormalExit { thread: Test1971 -…
2 Thread 1: Thread: Test1971 - Thread 1 method returned: art.Test1971$ForcedExit { thread: Test1971 -…
3 Thread 2: Thread: Test1971 - Thread 2 method returned: art.Test1971$ForcedExit { thread: Test1971 -…
/art/runtime/native/
Djava_lang_invoke_MethodHandleImpl.cc49 ArtMethod* const method = handle->GetTargetMethod(); in MethodHandleImpl_getMemberInternal() local
50 if (method->IsConstructor()) { in MethodHandleImpl_getMemberInternal()
52 mirror::Constructor::CreateFromArtMethod<kRuntimePointerSize>(soa.Self(), method)); in MethodHandleImpl_getMemberInternal()
54 h_object.Assign(mirror::Method::CreateFromArtMethod<kRuntimePointerSize>(soa.Self(), method)); in MethodHandleImpl_getMemberInternal()
/art/test/518-null-array-get/smali/
DNullArraySuccessRef.smali21 .method public voidMethod()V
24 .end method
26 .method public static method()V
33 .end method
DNullArraySuccessShort.smali21 .method public static shortMethod(S)V
24 .end method
26 .method public static method()V
33 .end method
DNullArraySuccessInt.smali21 .method public static intMethod(I)V
24 .end method
26 .method public static method()V
33 .end method
/art/runtime/
Dimtable.h54 void Set(size_t index, ArtMethod* method, PointerSize pointer_size) { in Set() argument
58 *reinterpret_cast<uint32_t*>(ptr) = reinterpret_cast32<uint32_t>(method); in Set()
60 *reinterpret_cast<uint64_t*>(ptr) = reinterpret_cast64<uint64_t>(method); in Set()
79 ALWAYS_INLINE static inline void GetImtHashComponents(ArtMethod* method,
87 ALWAYS_INLINE static inline uint32_t GetImtIndex(ArtMethod* method)
/art/test/2032-default-method-private-override/jasmin/
DConcrete1.j19 .method public <init>()V
25 .end method
27 .method private static sayHi()V
31 ldc "Hello from a private method!"
34 .end method
DConcrete2.j19 .method public <init>()V
25 .end method
27 .method private static sayHi()V
31 ldc "Hello from a private method!"
34 .end method
DConcrete3.j19 .method public <init>()V
25 .end method
27 .method public static sayHi()V
31 ldc "Hello from a private method!"
34 .end method

12345678910>>...39