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

/openjdk7/jdk/src/windows/classes/sun/management/
H A DFileSystemImpl.java50 static native void init0(); method in class:FileSystemImpl
61 init0();
/openjdk7/jdk/src/windows/classes/sun/net/dns/
H A DResolverConfigurationImpl.java154 static native void init0(); method in class:ResolverConfigurationImpl
163 init0();
/openjdk7/jdk/src/windows/classes/sun/net/www/protocol/http/ntlm/
H A DNTLMAuthentication.java60 private void init0() { method in class:NTLMAuthentication
117 init0();
/openjdk7/jdk/src/solaris/classes/sun/net/www/protocol/http/ntlm/
H A DNTLMAuthentication.java95 private void init0() { method in class:NTLMAuthentication
147 init0();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/bsd/
H A DBsdDebuggerLocal.java81 private native static void init0() method in class:BsdDebuggerLocal
600 init0();
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/linux/
H A DLinuxDebuggerLocal.java79 private native static void init0() method in class:LinuxDebuggerLocal
593 init0();
/openjdk7/hotspot/src/share/vm/opto/
H A Dmemnode.cpp3566 jint init0, init1; // split the init map, address-wise local
3572 init0 = u.intcon[0];
3587 } else if (con0 == 0 && init0 == -1) {
3595 // Here's a case where init0 is neither 0 nor -1:
3597 // Assuming big-endian memory, init0, init1 are 0x0000FF00, 0x000000FF.
3600 // (If there were foo(),foo() instead of foo(),0, init0 would be -1.)

Completed in 68 milliseconds