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();
55 * allocated after object construction, CloseGuard protection can
59 * private final CloseGuard guard = CloseGuard.get();
105 public final class CloseGuard { class
108 * Instance used when CloseGuard is disabled to avoid allocation.
110 private static final CloseGuard NOOP = new CloseGuard();
163 private CloseGuard() {} method in class:CloseGuard
[all...]

Completed in 39 milliseconds