Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/
DOldRuntimeTest.java440 Runtime.getRuntime().traceMethodCalls(false); in test_traceMethodCalls()
441 Runtime.getRuntime().traceMethodCalls(true); in test_traceMethodCalls()
442 Runtime.getRuntime().traceMethodCalls(false); in test_traceMethodCalls()
/libcore/luni/src/main/java/java/lang/
DRuntime.java473 public void traceMethodCalls(boolean enable) { in traceMethodCalls() method in Runtime
/libcore/expectations/
Dknownfailures.txt77 …description: "Runtime.getRuntime().traceMethodCalls(true) doesn't return on the host, fails in CTS…