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.java292 public volatile int exceptionLoggingState = NONE; field in Daemons.FinalizerDaemon
373 exceptionLoggingState = LOGGING; in doFinalize()
375 if (exceptionLoggingState == TIMED_OUT) { in doFinalize()
382 exceptionLoggingState = NONE; in doFinalize()
588 if (FinalizerDaemon.INSTANCE.exceptionLoggingState == FinalizerDaemon.LOGGING) { in waitForProgress()
590 FinalizerDaemon.INSTANCE.exceptionLoggingState = FinalizerDaemon.TIMED_OUT; in waitForProgress()