Searched defs:CloseGuard (Results 1 - 1 of 1) sorted by relevance

/libcore/dalvik/src/main/java/dalvik/system/
H A DCloseGuard.java20 * CloseGuard is a mechanism for flagging implicit finalizer cleanup of
27 * private final CloseGuard guard = CloseGuard.get();
56 * allocated after object construction, CloseGuard protection can
60 * private final CloseGuard guard = CloseGuard.get();
101 public final class CloseGuard { class
104 * Instance used when CloseGuard is disabled to avoid allocation.
106 private static final CloseGuard NOOP = new CloseGuard();
202 private CloseGuard() {} method in class:CloseGuard
[all...]

Completed in 3275 milliseconds