Home
last modified time | relevance | path

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

12345678910>>...39

/art/test/976-conflict-no-methods/smali/
DMain.smali21 .method public constructor <init>()V
25 .end method
27 .method public static main([Ljava/lang/String;)V
33 .end method
35 .method public abstractMethod0()V
38 .end method
40 .method public abstractMethod1()V
43 .end method
45 .method public abstractMethod2()V
48 .end method
[all …]
DIface.smali88 .method public abstract abstractMethod0()V
89 .end method
91 .method public abstract abstractMethod1()V
92 .end method
94 .method public abstract abstractMethod2()V
95 .end method
97 .method public abstract abstractMethod3()V
98 .end method
100 .method public abstract abstractMethod4()V
101 .end method
[all …]
/art/test/972-default-imt-collision/smali/
DIface2.smali87 .method public abstract notImplementedMethod0()V
88 .end method
90 .method public abstract notImplementedMethod1()V
91 .end method
93 .method public abstract notImplementedMethod2()V
94 .end method
96 .method public abstract notImplementedMethod3()V
97 .end method
99 .method public abstract notImplementedMethod4()V
100 .end method
[all …]
/art/test/1961-obsolete-jit-multithread/
Dexpected.txt1 Thread 0: Hello - Start method sayHi
3 Thread 0: Hello - End method sayHi
4 Thread 0: Hello - Start method sayHi
6 Thread 0: Hello - End method sayHi
7 Thread 0: goodbye - Start method sayHi
9 Thread 0: goodbye - End method sayHi
11 Thread 1: Hello - Start method sayHi
13 Thread 1: Hello - End method sayHi
14 Thread 1: Hello - Start method sayHi
16 Thread 1: Hello - End method sayHi
[all …]
/art/test/1960-obsolete-jit-multithread-native/
Dexpected.txt1 Thread 0: Hello - Start method sayHi
3 Thread 0: Hello - End method sayHi
4 Thread 0: Hello - Start method sayHi
6 Thread 0: Hello - End method sayHi
7 Thread 0: goodbye - Start method sayHi
9 Thread 0: goodbye - End method sayHi
11 Thread 1: Hello - Start method sayHi
13 Thread 1: Hello - End method sayHi
14 Thread 1: Hello - Start method sayHi
16 Thread 1: Hello - End method sayHi
[all …]
/art/test/VerifierDeps/
DMain.smali18 .method public static ArgumentType_ResolvedClass(Ljava/lang/Thread;)V
21 .end method
23 .method public static ArgumentType_ResolvedReferenceArray([Ljava/lang/Thread;)V
26 .end method
28 .method public static ArgumentType_ResolvedPrimitiveArray([B)V
31 .end method
33 .method public static ArgumentType_UnresolvedClass(LUnresolvedClass;)V
36 .end method
38 .method public static ArgumentType_UnresolvedSuper(LMySetWithUnresolvedSuper;)V
41 .end method
[all …]
/art/tools/ahat/etc/
Dahat_api.txt5 method public static void main(String[]);
14 method public void computeDominators(Node);
15method public com.android.ahat.dominators.Dominators progress(com.android.ahat.progress.Progress, …
19 method public Object getDominatorsComputationState(Node);
20 method public Iterable<? extends Node> getReferencesForDominators(Node);
21 method public void setDominator(Node, Node);
22 method public void setDominatorsComputationState(Node, Object);
26method @Deprecated public static void computeDominators(com.android.ahat.dominators.DominatorsComp…
27method @Deprecated public static void computeDominators(com.android.ahat.dominators.DominatorsComp…
31 method @Deprecated public Object getDominatorsComputationState();
[all …]
/art/test/985-re-obsolete/
Dexpected.txt1 Pre Start private method call
3 Post Start private method call
5 Pre Finish private method call
7 Post Finish private method call
8 Pre Start private method call
10 Post Start private method call
12 Pre Finish private method call
14 Post Finish private method call
15 Pre Start private method call - Transformed
17 Post Start private method call - Transformed
[all …]
/art/test/978-virtual-interface/smali/
DIface.smali19 # // first Subtype virtual method (the other 10 are the java/lang/Object;
41 .method public fakeMethod_A()V
44 .end method
47 .method public fakeMethod_B()V
50 .end method
53 .method public fakeMethod_C()V
56 .end method
59 .method public fakeMethod_D()V
62 .end method
65 .method public fakeMethod_E()V
[all …]
/art/test/915-obsolete-2/
Dexpected.txt1 Pre Start private method call
3 Post Start private method call
5 Pre Finish private method call
7 Post Finish private method call
8 Pre Start private method call
10 Post Start private method call
12 Pre Finish private method call
14 Post Finish private method call
15 Pre Start private method call - Transformed
17 Post Start private method call - Transformed
[all …]
/art/test/919-obsolete-fields/
Dexpected.txt1 Pre Start private method call
3 Post Start private method call
5 Pre Finish private method call
7 Post Finish private method call
8 Pre Start private method call
10 Post Start private method call
12 Pre Finish private method call
14 Post Finish private method call
15 pre Start private method call - Transformed
17 post Start private method call - Transformed
[all …]
/art/test/916-obsolete-jit/
Dexpected.txt1 Pre Start private method call
3 Post Start private method call
5 Pre Finish private method call
7 Post Finish private method call
8 Pre Start private method call
10 Post Start private method call
12 Pre Finish private method call
14 Post Finish private method call
15 pre Start private method call - Transformed
17 post Start private method call - Transformed
[all …]
/art/runtime/mirror/
Dmethod.cc29 ObjPtr<Method> Method::CreateFromArtMethod(Thread* self, ArtMethod* method) { in CreateFromArtMethod() argument
30 DCHECK(!method->IsConstructor()) << method->PrettyMethod(); in CreateFromArtMethod()
33 ret->InitializeFromArtMethod<kPointerSize>(method); in CreateFromArtMethod()
39 Thread* self, ArtMethod* method);
41 Thread* self, ArtMethod* method);
44 ObjPtr<Constructor> Constructor::CreateFromArtMethod(Thread* self, ArtMethod* method) { in CreateFromArtMethod() argument
45 DCHECK(method->IsConstructor()) << method->PrettyMethod(); in CreateFromArtMethod()
49 ret->InitializeFromArtMethod<kPointerSize>(method); in CreateFromArtMethod()
55 Thread* self, ArtMethod* method);
57 Thread* self, ArtMethod* method);
Dexecutable.cc26 void Executable::InitializeFromArtMethod(ArtMethod* method) { in InitializeFromArtMethod() argument
29 auto* interface_method = method->GetInterfaceMethodIfProxy(kPointerSize); in InitializeFromArtMethod()
30 SetArtMethod</*kTransactionActive=*/ false, /*kCheckTransaction=*/ false>(method); in InitializeFromArtMethod()
32 DeclaringClassOffset(), method->GetDeclaringClass()); in InitializeFromArtMethod()
36 AccessFlagsOffset(), method->GetAccessFlags()); in InitializeFromArtMethod()
38 DexMethodIndexOffset(), method->GetDexMethodIndex()); in InitializeFromArtMethod()
41 template void Executable::InitializeFromArtMethod<PointerSize::k32>(ArtMethod* method);
42 template void Executable::InitializeFromArtMethod<PointerSize::k64>(ArtMethod* method);
/art/test/993-breakpoints/
Dbreakpoints.cc44 jmethodID method = env->FromReflectedMethod(target); in Java_art_Test993_constructNative() local
48 return env->NewObject(clazz, method); in Java_art_Test993_constructNative()
57 jmethodID method = env->FromReflectedMethod(target); in Java_art_Test993_invokeNativeObject() local
62 env->CallStaticObjectMethod(clazz, method); in Java_art_Test993_invokeNativeObject()
64 env->CallObjectMethod(thizz, method); in Java_art_Test993_invokeNativeObject()
74 jmethodID method = env->FromReflectedMethod(target); in Java_art_Test993_invokeNativeBool() local
79 env->CallStaticBooleanMethod(clazz, method); in Java_art_Test993_invokeNativeBool()
81 env->CallBooleanMethod(thizz, method); in Java_art_Test993_invokeNativeBool()
91 jmethodID method = env->FromReflectedMethod(target); in Java_art_Test993_invokeNativeLong() local
96 env->CallStaticLongMethod(clazz, method); in Java_art_Test993_invokeNativeLong()
[all …]
/art/test/412-new-array/smali/
Dfill_array_data.smali5 .method public static emptyIntArray([I)V
15 .end method
17 .method public static intArray([I)V
28 .end method
30 .method public static intArrayFillInstructionAfterData([I)V
43 .end method
45 .method public static shortArray([S)V
56 .end method
58 .method public static charArray([C)V
69 .end method
[all …]
Dfilled_new_array.smali5 .method public static newInt(III)[I
10 .end method
12 .method public static newRef(Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object;
17 .end method
19 .method public static newArray([I[I)[[I
24 .end method
26 .method public static newIntRange(III)[I
31 .end method
33 .method public static newRefRange(Ljava/lang/Object;Ljava/lang/Object;)[Ljava/lang/Object;
38 .end method
[all …]
/art/test/800-smali/smali/
Db_27799205_helper.smali7 .method public static run1()V
12 .end method
14 .method public static run2()V
19 .end method
21 .method public static run3()V
26 .end method
28 .method public static run4()V
33 .end method
35 .method public static run5()V
40 .end method
[all …]
/art/test/432-optimizing-cmp/smali/
Dcmp.smali5 .method public static $opt$CmpLong(JJ)I
9 .end method
11 .method public static $opt$CmpGtFloat(FF)I
15 .end method
17 .method public static $opt$CmpLtFloat(FF)I
21 .end method
23 .method public static $opt$CmpGtDouble(DD)I
27 .end method
29 .method public static $opt$CmpLtDouble(DD)I
33 .end method
/art/runtime/jit/
Djit_code_cache.cc69 explicit JniStubKey(ArtMethod* method) REQUIRES_SHARED(Locks::mutator_lock_) in REQUIRES_SHARED()
70 : shorty_(method->GetShorty()), in REQUIRES_SHARED()
71 is_static_(method->IsStatic()), in REQUIRES_SHARED()
72 is_fast_native_(method->IsFastNative()), in REQUIRES_SHARED()
73 is_critical_native_(method->IsCriticalNative()), in REQUIRES_SHARED()
74 is_synchronized_(method->IsSynchronized()) { in REQUIRES_SHARED()
97 void UpdateShorty(ArtMethod* method) const REQUIRES_SHARED(Locks::mutator_lock_) { in UpdateShorty()
98 const char* shorty = method->GetShorty(); in UpdateShorty()
166 void AddMethod(ArtMethod* method) { in AddMethod() argument
167 if (!ContainsElement(methods_, method)) { in AddMethod()
[all …]
/art/test/121-modifiers/smali/
DNonInf.smali41 .method public constructor <init>()V
85 .end method
87 .method private privateMethod()I
95 .end method
97 .method public static staticMethod()I
105 .end method
109 .method public abstract abstractMethod()I
110 .end method
112 .method public final finalMethod()I
120 .end method
[all …]
/art/test/660-store-8-16/smali/
DTestCase.smali19 .method public static setByteArray([B)V
25 .end method
27 .method public static setByteStaticField()V
32 .end method
34 .method public static setByteInstanceField(LTestCase;)V
39 .end method
41 .method public constructor <init>()V
45 .end method
47 .method public static setShortArray([S)V
53 .end method
[all …]
/art/runtime/
Druntime_intrinsics.cc45 ArtMethod* method = cls->FindClassMethod(method_name, signature, image_size); in FindIntrinsicMethod() local
46 if (method == nullptr || method->GetDeclaringClass() != cls) { in FindIntrinsicMethod()
50 return method; in FindIntrinsicMethod()
62 ArtMethod* method = FindIntrinsicMethod(self, class_name, method_name, signature); in InitializeIntrinsic() local
64 CHECK_EQ(method->GetInvokeType(), invoke_type); in InitializeIntrinsic()
65 if (method->IsIntrinsic()) { in InitializeIntrinsic()
66 CHECK_EQ(method->GetIntrinsic(), static_cast<uint32_t>(intrinsic)); in InitializeIntrinsic()
69 method->SetIntrinsic(static_cast<uint32_t>(intrinsic)); in InitializeIntrinsic()
82 ArtMethod* method = FindIntrinsicMethod(self, class_name, method_name, signature); in IsIntrinsicInitialized() local
84 CHECK_EQ(method->GetInvokeType(), invoke_type); in IsIntrinsicInitialized()
[all …]
Dinstrumentation.cc63 ArtMethod* method, in MethodExited() argument
67 DCHECK_EQ(method->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetReturnTypePrimitive(), in MethodExited()
72 MethodExited(thread, this_object, method, dex_pc, frame, v); in MethodExited()
78 ArtMethod* method, in FieldWritten() argument
85 FieldWritten(thread, this_object, method, dex_pc, field, v); in FieldWritten()
143 ArtMethod* method = frame.method_; in PopFramesTo() local
148 LOG(INFO) << "Popping for unwind " << method->PrettyMethod(); in PopFramesTo()
150 if (!method->IsRuntimeMethod() && !frame.interpreter_entry_) { in PopFramesTo()
151 instrumentation_->MethodUnwindEvent(self_, frame.this_object_, method, dex_pc); in PopFramesTo()
203 for (ArtMethod& method : klass->GetMethods(kRuntimePointerSize)) { in InstallStubsForClass()
[all …]
Dreflection_test.cc89 void ReflectionTestMakeInterpreted(ArtMethod** method, in ReflectionTestMakeInterpreted() argument
113 *method = c->FindClassMethod(method_name, method_signature, kRuntimePointerSize); in ReflectionTestMakeInterpreted()
114 CHECK(*method != nullptr); in ReflectionTestMakeInterpreted()
115 CHECK_EQ(is_static, (*method)->IsStatic()); in ReflectionTestMakeInterpreted()
139 ArtMethod* method; in InvokeNopMethod() local
141 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "nop", "()V"); in InvokeNopMethod()
143 InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), nullptr); in InvokeNopMethod()
148 ArtMethod* method; in InvokeIdentityByteMethod() local
150 ReflectionTestMakeInterpreted(&method, &receiver, is_static, "identity", "(B)B"); in InvokeIdentityByteMethod()
155 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityByteMethod()
[all …]

12345678910>>...39