Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/misc/
DVM.java151 private static volatile boolean booted = false; field in VM
159 public static void booted() { in booted() method in VM
161 booted = true; in booted()
167 return booted; in isBooted()
175 while (!booted) { in awaitBooted()
276 if (booted) in saveAndRemoveProperties()
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DVM.java74 public static void booted() { in booted() method in VM
147 private static volatile boolean booted = false; field in VM
/libcore/ojluni/src/main/java/java/lang/
DSystem.java1732 sun.misc.VM.booted(); in sun.misc.VM.booted()