Home
last modified time | relevance | path

Searched defs:times (Results 1 – 5 of 5) sorted by relevance

/art/test/1925-self-frame-pop/src/art/
DTest1925.java38 public static void recurTimesA(int times, Runnable safepoint) { in recurTimesA()
46 public static void recurTimesB(int times, Runnable safepoint) { in recurTimesB()
54 public static void recurTimesC(int times, Runnable safepoint) { in recurTimesC()
62 public static void recurTimesD(int times, Runnable safepoint) { in recurTimesD()
70 public static void recurTimesE(int times, Runnable safepoint) { in recurTimesE()
78 public static void recurTimesF(int times, Runnable safepoint) { in recurTimesF()
86 public static void recurTimesG(int times, Runnable safepoint) { in recurTimesG()
94 public static void recurTimesH(int times, Runnable safepoint) { in recurTimesH()
102 public static void recurTimesI(int times, Runnable safepoint) { in recurTimesI()
110 public static void recurTimesJ(int times, Runnable safepoint) { in recurTimesJ()
[all …]
/art/test/1923-frame-pop/src/art/
DTest1923.java38 public static void recurTimesA(int times, Runnable safepoint) { in recurTimesA()
46 public static void recurTimesB(int times, Runnable safepoint) { in recurTimesB()
54 public static void recurTimesC(int times, Runnable safepoint) { in recurTimesC()
62 public static void recurTimesD(int times, Runnable safepoint) { in recurTimesD()
70 public static void recurTimesE(int times, Runnable safepoint) { in recurTimesE()
78 public static void recurTimesF(int times, Runnable safepoint) { in recurTimesF()
86 public static void recurTimesG(int times, Runnable safepoint) { in recurTimesG()
94 public static void recurTimesH(int times, Runnable safepoint) { in recurTimesH()
102 public static void recurTimesI(int times, Runnable safepoint) { in recurTimesI()
110 public static void recurTimesJ(int times, Runnable safepoint) { in recurTimesJ()
[all …]
/art/test/1926-missed-frame-pop/src/art/
DTest1926.java38 public static void recurTimesA(int times, Runnable safepoint) { in recurTimesA()
46 public static void recurTimesB(int times, Runnable safepoint) { in recurTimesB()
54 public static void recurTimesC(int times, Runnable safepoint) { in recurTimesC()
62 public static void recurTimesD(int times, Runnable safepoint) { in recurTimesD()
70 public static void recurTimesE(int times, Runnable safepoint) { in recurTimesE()
78 public static void recurTimesF(int times, Runnable safepoint) { in recurTimesF()
86 public static void recurTimesG(int times, Runnable safepoint) { in recurTimesG()
94 public static void recurTimesH(int times, Runnable safepoint) { in recurTimesH()
102 public static void recurTimesI(int times, Runnable safepoint) { in recurTimesI()
110 public static void recurTimesJ(int times, Runnable safepoint) { in recurTimesJ()
[all …]
/art/test/1924-frame-pop-toggle/src/art/
DTest1924.java38 public static void recurTimesA(int times, Runnable safepoint) { in recurTimesA()
46 public static void recurTimesB(int times, Runnable safepoint) { in recurTimesB()
54 public static void recurTimesC(int times, Runnable safepoint) { in recurTimesC()
62 public static void recurTimesD(int times, Runnable safepoint) { in recurTimesD()
70 public static void recurTimesE(int times, Runnable safepoint) { in recurTimesE()
78 public static void recurTimesF(int times, Runnable safepoint) { in recurTimesF()
86 public static void recurTimesG(int times, Runnable safepoint) { in recurTimesG()
94 public static void recurTimesH(int times, Runnable safepoint) { in recurTimesH()
102 public static void recurTimesI(int times, Runnable safepoint) { in recurTimesI()
110 public static void recurTimesJ(int times, Runnable safepoint) { in recurTimesJ()
[all …]
/art/test/998-redefine-use-after-free/src/
DMain.java45 public static void runSeveralTimes(int times) throws Exception { in runSeveralTimes()