Searched refs:Initialize (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_FileDialog.h60 static void Initialize(JNIEnv *env, jstring filterDescription);
H A Dawt_Win32GraphicsDevice.h51 void Initialize();
H A DDevices.cpp216 rawDevices[i]->Initialize();
H A Dawt_FileDialog.cpp71 AwtFileDialog::Initialize(JNIEnv *env, jstring filterDescription) function in class:AwtFileDialog
544 AwtFileDialog::Initialize(env, filterDescription);
H A Dawt_Toolkit.h179 BOOL Initialize(BOOL localPump);
H A Dawt_Toolkit.cpp90 /* Initialize the Java VM instance variable when the library is
451 BOOL AwtToolkit::Initialize(BOOL localPump) { function in class:AwtToolkit
2140 return AwtToolkit::GetInstance().Initialize(FALSE);
2191 return AwtToolkit::GetInstance().Initialize(TRUE);
H A Dawt_Win32GraphicsDevice.cpp160 void AwtWin32GraphicsDevice::Initialize() function in class:AwtWin32GraphicsDevice
/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.hpp292 static void Initialize () ;
H A DobjectMonitor.cpp2375 void ObjectMonitor::Initialize () { function in class:ObjectMonitor
H A Dthread.cpp451 // Initialize the thread state to RUNNABLE before starting this thread.
1387 // Initialize fields
1618 // Initialize thread local storage; set before calling MutexLocker
3261 // Initialize the output stream module
3267 // Initialize the os module before using TLS
3270 // Initialize system properties.
3276 // Update/Initialize System properties after JDK version number is known
3300 // Initialize the os module after parsing the args
3312 // Initialize output stream logging
3326 // Initialize Thread
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dclasses.hpp137 macro(Initialize)
H A Dnode.hpp563 DEFINE_CLASS_ID(Initialize, MemBar, 0)
719 DEFINE_CLASS_QUERY(Initialize)
1102 void sample(const Node* node); // Initialize _refresh_tick etc.
H A Dtype.hpp168 // Initialize the type system for a particular compilation.
169 static void Initialize(Compile* compile);
171 // Initialize the types shared by all compilations.
H A Dcompile.cpp334 // Initialize worklist
459 Type::Initialize(compile);
534 // Initialize the relocation buffers
557 assert(blob != NULL, "Initialize BufferBlob at start");
1051 // // -- Initialize types before each compile --
1068 // Initialize the first few types.
1931 // Initialize IterGVN with types and values from parse-time GVN
H A Dtype.cpp444 //------------------------------Initialize-------------------------------------
445 void Type::Initialize(Compile* current) { function in class:Type

Completed in 128 milliseconds