Home
last modified time | relevance | path

Searched refs:DbgPrintln (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/test/1974-resize-array/src/art/
H A DTest1974.java55 public static void DbgPrintln(String s) { in DbgPrintln() method in Test1974
131 DbgPrintln("Pre hash: " + wr.get().hashCode()); in runWeakReference()
135 DbgPrintln("Post hash: " + wr.get().hashCode()); in runWeakReference()
200 DbgPrintln("Pre hash: " + arr_loc.hashCode()); in runLocal()
204 DbgPrintln("Post hash: " + arr_loc.hashCode()); in runLocal()
213 DbgPrintln("Pre hash: " + arr_loc.hashCode()); in runLocalSmall()
217 DbgPrintln("Post hash: " + arr_loc.hashCode()); in runLocalSmall()
299 DbgPrintln("Pre hash: " + arr_loc.hashCode()); in runWithLocks()
415 DbgPrintln("Pre hash: " + arr.hashCode()); in runWithJvmtiTags()
432 DbgPrintln("Pre hash: " + arr.hashCode()); in runWithJvmtiTagsObsolete()
[all …]