Home
last modified time | relevance | path

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

12345678910>>...28

/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/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/runtime/mirror/
Dexecutable.cc24 bool Executable::CreateFromArtMethod(ArtMethod* method) { in CreateFromArtMethod() argument
25 auto* interface_method = method->GetInterfaceMethodIfProxy(kPointerSize); in CreateFromArtMethod()
26 SetArtMethod<kTransactionActive>(method); in CreateFromArtMethod()
27 SetFieldObject<kTransactionActive>(DeclaringClassOffset(), method->GetDeclaringClass()); in CreateFromArtMethod()
30 SetField32<kTransactionActive>(AccessFlagsOffset(), method->GetAccessFlags()); in CreateFromArtMethod()
31 SetField32<kTransactionActive>(DexMethodIndexOffset(), method->GetDexMethodIndex()); in CreateFromArtMethod()
35 template bool Executable::CreateFromArtMethod<PointerSize::k32, false>(ArtMethod* method);
36 template bool Executable::CreateFromArtMethod<PointerSize::k32, true>(ArtMethod* method);
37 template bool Executable::CreateFromArtMethod<PointerSize::k64, false>(ArtMethod* method);
38 template bool Executable::CreateFromArtMethod<PointerSize::k64, true>(ArtMethod* method);
[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/913-heaps/
Dexpected_jack.diff2 < root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestNonRoot,vreg=13,locat…
4 > root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestNonRoot,vreg=13,locat…
6 < root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=11,location…
7 < root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=5,location=…
9 > root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=13,location…
10 > root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=5,location=…
12 < root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestNonRoot,vreg=13,locat…
14 > root@root --(stack-local[id=1,tag=3000,depth=2,method=doFollowReferencesTestNonRoot,vreg=13,locat…
16 < root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=11,location…
17 < root@root --(stack-local[id=1,tag=3000,depth=1,method=doFollowReferencesTestImpl,vreg=5,location=…
[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/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/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/openjdkjvmti/
Dti_method.h48 jmethodID method,
52 static jvmtiError GetArgumentsSize(jvmtiEnv* env, jmethodID method, jint* size_ptr);
54 static jvmtiError GetMaxLocals(jvmtiEnv* env, jmethodID method, jint* max_ptr);
57 jmethodID method,
63 jmethodID method,
67 jmethodID method,
72 jmethodID method,
76 jmethodID method,
80 static jvmtiError IsMethodNative(jvmtiEnv* env, jmethodID method, jboolean* is_native_ptr);
81 static jvmtiError IsMethodObsolete(jvmtiEnv* env, jmethodID method, jboolean* is_obsolete_ptr);
[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/
Dinstrumentation.cc53 ArtMethod* method, in MethodExited() argument
56 DCHECK_EQ(method->GetInterfaceMethodIfProxy(kRuntimePointerSize)->GetReturnTypePrimitive(), in MethodExited()
60 MethodExited(thread, this_object, method, dex_pc, v); in MethodExited()
65 ArtMethod* method, in FieldWritten() argument
72 FieldWritten(thread, this_object, method, dex_pc, field, v); in FieldWritten()
124 for (ArtMethod& method : klass->GetMethods(kRuntimePointerSize)) { in InstallStubsForClass()
125 InstallStubsForMethod(&method); in InstallStubsForClass()
130 static void UpdateEntrypoints(ArtMethod* method, const void* quick_code) in UpdateEntrypoints() argument
132 method->SetEntryPointFromQuickCompiledCode(quick_code); in UpdateEntrypoints()
135 bool Instrumentation::NeedDebugVersionFor(ArtMethod* method) const REQUIRES_SHARED(Locks::mutator_l… in NeedDebugVersionFor()
[all …]
Dreflection_test.cc87 void ReflectionTestMakeExecutable(ArtMethod** method, in ReflectionTestMakeExecutable() argument
111 *method = c->FindClassMethod(method_name, method_signature, kRuntimePointerSize); in ReflectionTestMakeExecutable()
112 CHECK(*method != nullptr); in ReflectionTestMakeExecutable()
113 CHECK_EQ(is_static, (*method)->IsStatic()); in ReflectionTestMakeExecutable()
137 ArtMethod* method; in InvokeNopMethod() local
139 ReflectionTestMakeExecutable(&method, &receiver, is_static, "nop", "()V"); in InvokeNopMethod()
141 InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), nullptr); in InvokeNopMethod()
146 ArtMethod* method; in InvokeIdentityByteMethod() local
148 ReflectionTestMakeExecutable(&method, &receiver, is_static, "identity", "(B)B"); in InvokeIdentityByteMethod()
153 JValue result = InvokeWithJValues(soa, receiver_ref.get(), jni::EncodeArtMethod(method), args); in InvokeIdentityByteMethod()
[all …]
Dcha.cc32 void ClassHierarchyAnalysis::AddDependency(ArtMethod* method, in AddDependency() argument
36 decltype(cha_dependency_map_)::value_type(method, ListOfDependentPairs())).first; in AddDependency()
43 ArtMethod* method) { in GetDependents() argument
44 auto it = cha_dependency_map_.find(method); in GetDependents()
51 void ClassHierarchyAnalysis::RemoveAllDependenciesFor(ArtMethod* method) { in RemoveAllDependenciesFor() argument
52 cha_dependency_map_.erase(method); in RemoveAllDependenciesFor()
93 ArtMethod* method = GetMethod(); in VisitFrame() local
95 if (method == nullptr || in VisitFrame()
96 method->IsRuntimeMethod() || in VisitFrame()
97 method->IsNative() || in VisitFrame()
[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 …]
/art/test/994-breakpoint-line/src/art/
DBreakpoint.java27 public final Executable method; field in Breakpoint.Manager.BP
30 public BP(Executable method) { in BP() argument
31 this(method, getStartLocation(method)); in BP()
34 public BP(Executable method, long location) { in BP() argument
35 this.method = method; in BP()
42 method.equals(((BP)other).method) && in equals()
48 return method.toString() + " @ " + getLine(); in toString()
53 return Objects.hash(method, location); in hashCode()
58 LineNumber[] lines = getLineNumberTable(method); in getLine()
79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints()
[all …]
/art/test/997-single-step/src/art/
DBreakpoint.java27 public final Executable method; field in Breakpoint.Manager.BP
30 public BP(Executable method) { in BP() argument
31 this(method, getStartLocation(method)); in BP()
34 public BP(Executable method, long location) { in BP() argument
35 this.method = method; in BP()
42 method.equals(((BP)other).method) && in equals()
48 return method.toString() + " @ " + getLine(); in toString()
53 return Objects.hash(method, location); in hashCode()
58 LineNumber[] lines = getLineNumberTable(method); in getLine()
79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints()
[all …]
/art/test/993-breakpoints/src/art/
DBreakpoint.java27 public final Executable method; field in Breakpoint.Manager.BP
30 public BP(Executable method) { in BP() argument
31 this(method, getStartLocation(method)); in BP()
34 public BP(Executable method, long location) { in BP() argument
35 this.method = method; in BP()
42 method.equals(((BP)other).method) && in equals()
48 return method.toString() + " @ " + getLine(); in toString()
53 return Objects.hash(method, location); in hashCode()
58 LineNumber[] lines = getLineNumberTable(method); in getLine()
79 Breakpoint.setBreakpoint(b.method, b.location); in setBreakpoints()
[all …]

12345678910>>...28