Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DRuntime.java79 private boolean tracingMethods; field in Runtime
831 if (enable != tracingMethods) { in traceMethodCalls()
837 tracingMethods = enable; in traceMethodCalls()