Home
last modified time | relevance | path

Searched refs:t (Results 251 – 275 of 396) sorted by relevance

1...<<111213141516

/art/test/2001-virtual-structural-multithread/
Dinfo.txt4 the class being redefined doesn't cause any unexpected problems.
/art/test/801-VoidCheckCast/
Dinfo.txt3 This tests that an attempt to use check-cast with the void type doesn't
/art/test/2007-virtual-structural-finalizable/
Dinfo.txt4 the class being redefined doesn't cause any unexpected problems.
/art/test/944-transform-classloaders/src/art/
DTest944.java235 Transform t = new Transform(); in doTest() local
248 t.sayHi(); in doTest()
253 t.sayHi(); in doTest()
/art/test/1989-transform-bad-monitor/
Dinfo.txt5 This tests that redefining a method to have unbalanced locks doesn't cause issues and the method
/art/test/168-vmstack-annotated/src/
DMain.java179 private static void waitNotRunnable(Thread t) throws InterruptedException { in waitNotRunnable() argument
180 while (t.getState() == State.RUNNABLE) { in waitNotRunnable()
185 private static Object[] getAnnotatedStack(Thread t) throws Exception { in getAnnotatedStack() argument
188 return (Object[]) m.invoke(null, t); in getAnnotatedStack()
/art/tools/ahat/
DREADME.txt30 * For HeapTable with single heap shown, the heap name isn't centered?
37 * [low priority] by site allocations won't line up if the stack has been
43 * Visit /objects without parameters and verify it doesn't throw an exception.
44 * Visit /objects with an invalid site, verify it doesn't throw an exception.
47 * That we don't show the 'extra' column in the DominatedList if we are
86 Don't include weak references in sample paths.
/art/test/1932-monitor-events-misc/src/art/
DTest1932.java120 @Override public void handleMonitorEnter(Thread t, Object l) { in testNativeLockStateThrowEnter()
148 @Override public void handleMonitorEnter(Thread t, Object l) { in testNativeLockStateThrowEntered()
156 @Override public void handleMonitorEntered(Thread t, Object l) { in testNativeLockStateThrowEntered()
519 @Override public void handleMonitorEnter(Thread t, Object l) { in testLockThrowEnter()
544 @Override public void handleMonitorEntered(Thread t, Object l) { in testLockThrowEntered()
569 @Override public void handleMonitorEnter(Thread t, Object l) { in testLockThrowBoth()
573 @Override public void handleMonitorEntered(Thread t, Object l) { in testLockThrowBoth()
594 public static void printExceptions(Throwable t) { in printExceptions() argument
595 System.out.println("Caught exception: " + t); in printExceptions()
596 for (Throwable c = t.getCause(); c != null; c = c.getCause()) { in printExceptions()
[all …]
/art/test/435-new-instance/
Dinfo.txt6 This also verifies that we don't remove dead (code) new-instances which may
/art/test/1990-structural-bad-verify/src/art/
DTest1990.java118 public static void doTest(Transform t) throws Exception { in doTest() argument
/art/test/1942-suspend-raw-monitor-exit/
Dexpected.txt10 other thread doesn't hold lock!
/art/test/090-loop-formation/
Dinfo.txt3 in the loop region, and the JIT compiler won't choke on unresolved fields.
/art/test/utils/python/
Dgenerate_java_main.py96 for t in all_tests:
97 test_groups += str(t)
98 for t in sorted(all_tests):
99 test_invoke += self.TEST_GROUP_INVOKE_TEMPLATE.format(test_name=t.get_name())
/art/runtime/interpreter/mterp/arm/
Dfloating_point.S334 * to modest integer. The EABI convert function isn't doing this for us.
376 * to modest integer. The EABI convert function isn't doing this for us.
457 /* EABI doesn't define a double remainder function, but libm does */
/art/test/486-checker-must-do-null-check/src/
DMain.java51 Main t = new Main(); in main() local
/art/test/906-iterate-heap/
Diterate_heap.cc183 explicit FindStringCallbacks(jlong t) : tag_to_find(t) {} in Java_art_Test906_iterateThroughHeapString()
239 explicit FindArrayCallbacks(jlong t) : tag_to_find(t) {} in Java_art_Test906_iterateThroughHeapPrimitiveArray()
350 explicit FindFieldCallbacks(jlong t) : tag_to_find(t) {} in Java_art_Test906_iterateThroughHeapPrimitiveFields()
/art/test/2005-pause-all-redefine-multithreaded/
Dinfo.txt4 doesn't cause problems. This also tests that we can update the newly created fields while the
/art/test/1954-pop-frame-jit/
Dinfo.txt6 It also tests that breakpoints don't interfere with each other by having
/art/test/1955-pop-frame-jit-called/
Dinfo.txt6 It also tests that breakpoints don't interfere with each other by having
/art/test/1956-pop-frame-jit-calling/
Dinfo.txt6 It also tests that breakpoints don't interfere with each other by having
/art/test/1953-pop-frame/
Dinfo.txt6 It also tests that breakpoints don't interfere with each other by having
/art/test/993-breakpoints/
Dinfo.txt6 It also tests that breakpoints don't interfere with each other by having
/art/test/086-null-super/
Dinfo.txt2 ClassNotFound, if it can't find the given Class, and not return null.
/art/test/961-default-iface-resolution-gen/util-src/
Dgenerate_java.py101 for t in all_tests:
102 test_groups += str(t)
103 for t in all_tests:
104 test_invoke += self.TEST_GROUP_INVOKE_TEMPLATE.format(test_name=t.get_name())
/art/libartbase/
Dlibartbase.map3 # Before adding symbols here, please make sure that it doesn't give rise to a

1...<<111213141516