Searched refs:shouldBeInitialized (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DDirectMethodHandle.java190 if (which == LF_INVSTATIC && shouldBeInitialized(m)) {
291 boolean shouldBeInitialized(MemberName member) { method in class:DirectMethodHandle
314 if (UNSAFE.shouldBeInitialized(cls)) {
319 return UNSAFE.shouldBeInitialized(cls);
326 if (UNSAFE.shouldBeInitialized(type))
354 if (UNSAFE.shouldBeInitialized(defc))
361 assert(!UNSAFE.shouldBeInitialized(defc));
523 if (shouldBeInitialized(m)) {
/openjdk7/jdk/src/share/classes/sun/misc/
H A DUnsafe.java690 public native boolean shouldBeInitialized(Class<?> c); method in class:Unsafe

Completed in 36 milliseconds