Searched defs:initialize (Results 251 - 275 of 513) sorted by relevance

<<11121314151617181920>>

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DTypeArray.java40 initialize(VM.getVM().getTypeDataBase());
45 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:TypeArray
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/opto/
H A DCompile.java38 initialize(VM.getVM().getTypeDataBase());
43 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:Compile
H A DInlineTree.java40 initialize(VM.getVM().getTypeDataBase());
45 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:InlineTree
H A DJVMState.java39 initialize(VM.getVM().getTypeDataBase());
44 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:JVMState
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DArguments.java39 initialize(VM.getVM().getTypeDataBase());
65 private static synchronized void initialize(TypeDataBase db) { method in class:Arguments
H A DJNIHandleBlock.java44 initialize(VM.getVM().getTypeDataBase());
49 private static synchronized void initialize(TypeDataBase db) { method in class:JNIHandleBlock
H A DObjectMonitor.java37 initialize(VM.getVM().getTypeDataBase());
42 private static synchronized void initialize(TypeDataBase db) throws WrongTypeException { method in class:ObjectMonitor
H A DPerfDataPrologue.java47 initialize(VM.getVM().getTypeDataBase());
52 private static synchronized void initialize(TypeDataBase db) { method in class:PerfDataPrologue
H A DPerfMemory.java43 initialize(VM.getVM().getTypeDataBase());
48 private static synchronized void initialize(TypeDataBase db) { method in class:PerfMemory
H A DThreadLocalAllocBuffer.java47 initialize(VM.getVM().getTypeDataBase());
52 private static synchronized void initialize(TypeDataBase db) { method in class:ThreadLocalAllocBuffer
H A DThreads.java53 initialize(VM.getVM().getTypeDataBase());
58 private static synchronized void initialize(TypeDataBase db) { method in class:Threads
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/bsd_amd64/
H A DBsdAMD64JavaThreadPDAccess.java54 initialize(VM.getVM().getTypeDataBase());
59 private static synchronized void initialize(TypeDataBase db) { method in class:BsdAMD64JavaThreadPDAccess
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/bsd_x86/
H A DBsdX86JavaThreadPDAccess.java50 initialize(VM.getVM().getTypeDataBase());
55 private static synchronized void initialize(TypeDataBase db) { method in class:BsdX86JavaThreadPDAccess
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_amd64/
H A DLinuxAMD64JavaThreadPDAccess.java51 initialize(VM.getVM().getTypeDataBase());
56 private static synchronized void initialize(TypeDataBase db) { method in class:LinuxAMD64JavaThreadPDAccess
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/linux_x86/
H A DLinuxX86JavaThreadPDAccess.java50 initialize(VM.getVM().getTypeDataBase());
55 private static synchronized void initialize(TypeDataBase db) { method in class:LinuxX86JavaThreadPDAccess
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/solaris_amd64/
H A DSolarisAMD64JavaThreadPDAccess.java53 initialize(VM.getVM().getTypeDataBase());
58 private static synchronized void initialize(TypeDataBase db) { method in class:SolarisAMD64JavaThreadPDAccess
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/solaris_x86/
H A DSolarisX86JavaThreadPDAccess.java55 initialize(VM.getVM().getTypeDataBase());
60 private static synchronized void initialize(TypeDataBase db) { method in class:SolarisX86JavaThreadPDAccess
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/win32_amd64/
H A DWin32AMD64JavaThreadPDAccess.java55 initialize(VM.getVM().getTypeDataBase());
60 private static synchronized void initialize(TypeDataBase db) { method in class:Win32AMD64JavaThreadPDAccess
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/win32_x86/
H A DWin32X86JavaThreadPDAccess.java54 initialize(VM.getVM().getTypeDataBase());
59 private static synchronized void initialize(TypeDataBase db) { method in class:Win32X86JavaThreadPDAccess
/openjdk7/jdk/src/share/classes/java/beans/
H A DDefaultPersistenceDelegate.java346 * This default implementation of the <code>initialize</code> method assumes
393 protected void initialize(Class<?> type, method in class:DefaultPersistenceDelegate
397 // System.out.println("DefulatPD:initialize" + type);
398 super.initialize(type, oldInstance, newInstance, out);
/openjdk7/hotspot/src/share/vm/code/
H A DicBuffer.hpp52 void initialize(int size, function in class:ICStub
121 static void initialize();
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1RefineThread.cpp57 initialize();
61 void ConcurrentG1RefineThread::initialize() { function in class:ConcurrentG1RefineThread
/openjdk7/hotspot/src/share/vm/memory/
H A DresourceArea.hpp98 void initialize(Thread *thread) { function in class:ResourceMark
112 initialize(thread);
118 ResourceMark() { initialize(Thread::current()); }
195 void initialize(Thread *thread) { function in class:DeoptResourceMark
210 initialize(thread);
216 DeoptResourceMark() { initialize(Thread::current()); }
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DNTLoginModule.java105 public void initialize(Subject subject, CallbackHandler callbackHandler, method in class:NTLoginModule
115 // initialize any configured options
H A DSolarisLoginModule.java98 public void initialize(Subject subject, CallbackHandler callbackHandler, method in class:SolarisLoginModule
108 // initialize any configured options

Completed in 126 milliseconds

<<11121314151617181920>>