Home
last modified time | relevance | path

Searched refs:doNothing (Results 1 – 25 of 29) sorted by relevance

12

/art/test/997-single-step/src/art/
DTest997.java37 public static void doNothing() {} in doNothing() method in Test997
41 doNothing(); in doMultiPath()
43 doNothing(); in doMultiPath()
45 doNothing(); in doMultiPath()
47 doNothing(); in doMultiPath()
/art/test/994-breakpoint-line/src/art/
DTest994.java25 public static void doNothing() {} in doNothing() method in Test994
29 doNothing(); in doMultiPath()
35 doNothing(); in doMultiPath()
/art/test/088-monitor-verification/src/
DTwoPath.java48 doNothing(localObj); in twoPath()
51 private static void doNothing(Object o) { in doNothing() method in TwoPath
DMain.java201 private void doNothing(Object obj) {} in doNothing() method in Main
222 doNothing(localObj); in triplet()
/art/test/304-method-tracing/src/
DMain.java23 doNothing(); in run()
27 private void doNothing() {} in doNothing() method in Main.ThreadRunnable
/art/test/995-breakpoints-throw/src/art/
DTest995.java27 public static void doNothing() { } in doNothing() method in Test995
38 doNothing(); in breakpointCatchLate()
40 doNothing(); in breakpointCatchLate()
48 doNothing(); in breakpointCatch()
/art/test/203-multi-checkpoint/src/
DMain.java47 public static void doNothing() {} in doNothing() method in Main
53 doNothing(); in runTargetThread()
/art/test/409-materialized-condition/src/
DMain.java19 public static void doNothing(boolean b) { in doNothing() method in Main
33 doNothing(b == 42); in foo1()
44 doNothing(b == 41); in foo2()
/art/test/1940-ddms-ext/src-art/art/
DTest1940.java221 doNothing(); in run()
222 doNothing(); in run()
223 doNothing(); in run()
224 doNothing(); in run()
228 private static void doNothing() {} in doNothing() method in Test1940
/art/test/960-default-smali/src/
DFoo3.java21 default void doNothing() {} in doNothing() method
/art/test/1962-multi-thread-events/src/art/
DTest1962.java27 public static void doNothing() { in doNothing() method in Test1962
50 doNothing(); in doTest()
/art/test/996-breakpoint-obsolete/src/art/
DTest996.java33 public static void doNothing() {} in doNothing() method in Test996
42 doNothing(); in run()
/art/test/1949-short-dex-file/src/art/
DTest1949.java116 public static void doNothing() {} in doNothing() method in Test1949
/art/test/1959-redefine-object-instrument/src/
DMain.java37 public static void doNothing() {} in doNothing() method in Main
/art/test/989-method-trace-throw/
Dexpected.txt1 Normal: Entering public static void art.Test989.doNothing()
2 Normal: Leaving public static void art.Test989.doNothing() returned null
48 ThrowEnter: Entering public static void art.Test989.doNothing()
49 ThrowEnter: Leaving public static void art.Test989.doNothing() returned <exception>
50 …ass] - art.Test989$ErrorB: Throwing error while entering public static void art.Test989.doNothing()
87 ThrowExit: Entering public static void art.Test989.doNothing()
88 ThrowExit: Leaving public static void art.Test989.doNothing() returned null
89 ….Test989$ErrorB: Throwing error while exit public static void art.Test989.doNothing() returned null
128 ThrowBoth: Entering public static void art.Test989.doNothing()
129 ThrowBoth: Leaving public static void art.Test989.doNothing() returned <exception>
[all …]
/art/test/1956-pop-frame-jit-calling/src/art/
DTest1953.java29 public static void doNothing() {} in doNothing() method in Test1953
251 doNothing(); // line +2
420 doNothing(); // line +2
440 doNothing(); // line +2
465 doNothing(); // line +3
/art/test/1953-pop-frame/src/art/
DTest1953.java29 public static void doNothing() {} in doNothing() method in Test1953
251 doNothing(); // line +2
420 doNothing(); // line +2
440 doNothing(); // line +2
465 doNothing(); // line +3
/art/test/1954-pop-frame-jit/src/art/
DTest1953.java29 public static void doNothing() {} in doNothing() method in Test1953
251 doNothing(); // line +2
420 doNothing(); // line +2
440 doNothing(); // line +2
465 doNothing(); // line +3
/art/test/1955-pop-frame-jit-called/src/art/
DTest1953.java29 public static void doNothing() {} in doNothing() method in Test1953
251 doNothing(); // line +2
420 doNothing(); // line +2
440 doNothing(); // line +2
465 doNothing(); // line +3
/art/test/667-jit-jni-stub/src/
DMain.java169 public static void doNothing() { } in doNothing() method in Main
/art/test/1953-pop-frame/
Dexpected.txt19 Test stopped during Method Exit of doNothing
22 Test stopped during Method Enter of doNothing
40 Test stopped during notifyFramePop without exception on pop of doNothing
/art/test/1934-jvmti-signal-thread/src/art/
DTest1934.java170 public static void doNothing() {} in doNothing() method in Test1934
183 doNothing(); in testStopInNative()
/art/test/1949-short-dex-file/
Dinfo.txt14 (0) Lart/Test1949;->doNothing()V
/art/test/1955-pop-frame-jit-called/
Dexpected.txt19 Test stopped during Method Exit of doNothing
22 Test stopped during Method Enter of doNothing
40 Test stopped during notifyFramePop without exception on pop of doNothing
/art/test/1954-pop-frame-jit/
Dexpected.txt19 Test stopped during Method Exit of doNothing
22 Test stopped during Method Enter of doNothing
40 Test stopped during notifyFramePop without exception on pop of doNothing

12