Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/lang/
DRuntime.java106 private boolean tracingMethods; field in Runtime
474 if (enable != tracingMethods) { in traceMethodCalls()
480 tracingMethods = enable; in traceMethodCalls()