Home
last modified time | relevance | path

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

/libcore/libart/src/main/java/java/lang/
DDaemons.java309 public volatile int exceptionLoggingState = NONE; field in Daemons.FinalizerDaemon
390 exceptionLoggingState = LOGGING; in doFinalize()
392 if (exceptionLoggingState == TIMED_OUT) { in doFinalize()
399 exceptionLoggingState = NONE; in doFinalize()
618 if (FinalizerDaemon.INSTANCE.exceptionLoggingState == FinalizerDaemon.LOGGING) { in waitForProgress()
620 FinalizerDaemon.INSTANCE.exceptionLoggingState = FinalizerDaemon.TIMED_OUT; in waitForProgress()