Home
last modified time | relevance | path

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

12345678910>>...36

/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/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/tools/ahat/etc/
Dahat_api.txt4 method public static void main(java.lang.String[]);
13 method public void computeDominators(Node);
14method public com.android.ahat.dominators.Dominators progress(com.android.ahat.progress.Progress, …
18 method public abstract java.lang.Object getDominatorsComputationState(Node);
19 method public abstract java.lang.Iterable<? extends Node> getReferencesForDominators(Node);
20 method public abstract void setDominator(Node, Node);
21 method public abstract void setDominatorsComputationState(Node, java.lang.Object);
25method public static void computeDominators(com.android.ahat.dominators.DominatorsComputation.Node…
26method public static void computeDominators(com.android.ahat.dominators.DominatorsComputation.Node…
30 method public abstract java.lang.Object getDominatorsComputationState();
[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/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->Executable::CreateFromArtMethod<kPointerSize, kTransactionActive>(method); in CreateFromArtMethod()
39 Thread* self, ArtMethod* method);
41 Thread* self, ArtMethod* method);
43 Thread* self, ArtMethod* method);
45 Thread* self, ArtMethod* method);
48 ObjPtr<Constructor> Constructor::CreateFromArtMethod(Thread* self, ArtMethod* method) { in CreateFromArtMethod() argument
49 DCHECK(method->IsConstructor()) << method->PrettyMethod(); in CreateFromArtMethod()
53 ret->Executable::CreateFromArtMethod<kPointerSize, kTransactionActive>(method); in CreateFromArtMethod()
[all …]
Dexecutable.cc26 bool Executable::CreateFromArtMethod(ArtMethod* method) { in CreateFromArtMethod() argument
27 auto* interface_method = method->GetInterfaceMethodIfProxy(kPointerSize); in CreateFromArtMethod()
28 SetArtMethod<kTransactionActive>(method); in CreateFromArtMethod()
29 SetFieldObject<kTransactionActive>(DeclaringClassOffset(), method->GetDeclaringClass()); in CreateFromArtMethod()
32 SetField32<kTransactionActive>(AccessFlagsOffset(), method->GetAccessFlags()); in CreateFromArtMethod()
33 SetField32<kTransactionActive>(DexMethodIndexOffset(), method->GetDexMethodIndex()); in CreateFromArtMethod()
37 template bool Executable::CreateFromArtMethod<PointerSize::k32, false>(ArtMethod* method);
38 template bool Executable::CreateFromArtMethod<PointerSize::k32, true>(ArtMethod* method);
39 template bool Executable::CreateFromArtMethod<PointerSize::k64, false>(ArtMethod* method);
40 template bool Executable::CreateFromArtMethod<PointerSize::k64, true>(ArtMethod* method);
/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/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/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/runtime/
Dinstrumentation.cc59 ArtMethod* method, in MethodExited() argument
62 DCHECK_EQ(method->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetReturnTypePrimitive(), in MethodExited()
66 MethodExited(thread, this_object, method, dex_pc, v); in MethodExited()
71 ArtMethod* method, in FieldWritten() argument
78 FieldWritten(thread, this_object, method, dex_pc, field, v); in FieldWritten()
130 ArtMethod* method = frame.method_; in PopFramesTo() local
135 LOG(INFO) << "Popping for unwind " << method->PrettyMethod(); in PopFramesTo()
137 if (!method->IsRuntimeMethod() && !frame.interpreter_entry_) { in PopFramesTo()
138 instrumentation_->MethodUnwindEvent(self_, frame.this_object_, method, dex_pc); in PopFramesTo()
183 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 …]
/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/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/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/tools/dmtracedump/
Dtracedump.cc142 struct MethodEntry* method; member
198 MethodEntry* method; member
296 void initMethodEntry(MethodEntry* method, int64_t methodId, const char* className, in initMethodEntry() argument
299 method->methodId = methodId; in initMethodEntry()
300 method->className = className; in initMethodEntry()
301 method->methodName = methodName; in initMethodEntry()
302 method->signature = signature; in initMethodEntry()
303 method->fileName = fileName; in initMethodEntry()
304 method->lineNum = (lineNumStr != nullptr) ? atoi(lineNumStr) : -1; in initMethodEntry()
305 method->elapsedExclusive = 0; in initMethodEntry()
[all …]
/art/test/910-methods/
Dmethods.cc34 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_getMethodName() argument
35 jmethodID id = env->FromReflectedMethod(method); in Java_art_Test910_getMethodName()
77 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_getMethodDeclaringClass() argument
78 jmethodID id = env->FromReflectedMethod(method); in Java_art_Test910_getMethodDeclaringClass()
90 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_getMethodModifiers() argument
91 jmethodID id = env->FromReflectedMethod(method); in Java_art_Test910_getMethodModifiers()
103 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_getMaxLocals() argument
104 jmethodID id = env->FromReflectedMethod(method); in Java_art_Test910_getMaxLocals()
116 JNIEnv* env, jclass klass ATTRIBUTE_UNUSED, jobject method) { in Java_art_Test910_getArgumentsSize() argument
117 jmethodID id = env->FromReflectedMethod(method); in Java_art_Test910_getArgumentsSize()
[all …]

12345678910>>...36