Searched refs:initialize (Results 376 - 400 of 765) sorted by relevance

<<11121314151617181920>>

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CardCounts.cpp58 void G1CardCounts::initialize() {
87 _card_counts_storage.initialize(rs, 0);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsPromotionManager.inline.hpp105 _young_lab.initialize(MemRegion(lab_base, YoungPLABSize));
139 _old_lab.initialize(MemRegion(lab_base, OldPLABSize));
H A DpsPromotionManager.cpp41 void PSPromotionManager::initialize() { function in class:PSPromotionManager
48 assert(_manager_array == NULL, "Attempt to initialize twice");
50 guarantee(_manager_array != NULL, "Could not initialize promotion manager");
53 guarantee(_stack_array_depth != NULL, "Could not initialize promotion manager");
162 claimed_stack_depth()->initialize();
191 _young_lab.initialize(MemRegion(lab_base, (size_t)0));
195 _old_lab.initialize(MemRegion(lab_base, (size_t)0));
/openjdk7/hotspot/src/os/windows/vm/
H A Ddecoder_windows.cpp36 initialize();
39 void WindowsDecoder::initialize() { function in class:WindowsDecoder
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCMenuItem.java44 initialize(target);
48 protected void initialize(MenuItem target) { method in class:CMenuItem
H A DCViewPlatformEmbeddedFrame.java53 public void initialize(Window target, final LWWindowPeer peer, PlatformWindow owner) { method in class:CViewPlatformEmbeddedFrame
59 view.initialize(peer, responder);
/openjdk7/hotspot/src/share/vm/runtime/
H A DperfMemory.cpp56 PerfMemory::initialize();
80 void PerfMemory::initialize() { function in class:PerfMemory
H A DstatSampler.cpp69 * the initialize method is called from the engage() method
72 void StatSampler::initialize() { function in class:StatSampler
88 * Thread::create_vm() to initialize the StatSampler and
97 initialize();
H A Dvirtualspace.hpp54 void initialize(size_t size, size_t alignment, bool large,
224 bool initialize(ReservedSpace rs, size_t committed_byte_size);
H A Dvm_version.cpp80 void Abstract_VM_Version::initialize() { function in class:Abstract_VM_Version
271 VM_Version::initialize();
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkFunction.cpp41 void SharkFunction::initialize(const char *name) { function in class:SharkFunction
86 block(i)->initialize();
H A DsharkNativeWrapper.hpp62 _lock_slot_offset(0) { initialize(name); }
65 void initialize(const char* name);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWFramePeer.java53 // initialize JNI field and method IDs
191 void initialize() { method in class:WFramePeer
192 super.initialize();
H A DWListPeer.java124 void initialize() { method in class:WListPeer
174 super.initialize();
/openjdk7/jdk/test/sun/security/rsa/
H A DTestKeyPairGenerator.java112 kpg.initialize(len);
114 kpg.initialize(new RSAKeyGenParameterSpec(len, exp));
/openjdk7/jdk/src/share/instrument/
H A DPathCharsValidator.c115 static void initialize() { function
173 /* initialize on first usage */
175 initialize();
/openjdk7/jdk/src/share/native/java/lang/
H A DClass.c100 jboolean initialize, jobject loader)
138 cls = JVM_FindClassFromClassLoader(env, clname, initialize,
99 Java_java_lang_Class_forName0(JNIEnv *env, jclass this, jstring classname, jboolean initialize, jobject loader) argument
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DDHCrypt.java99 kpg.initialize(keyLength, random);
127 kpg.initialize(params, random);
/openjdk7/jdk/test/sun/security/pkcs11/rsa/
H A DTestKeyPairGenerator.java113 kpg.initialize(len);
115 kpg.initialize(new RSAKeyGenParameterSpec(len, exp));
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DSlotAllocator.java39 public void initialize(LocalVariableGen[] vars) { method in class:SlotAllocator
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DHTMLdtd.java325 initialize();
349 initialize();
361 private static void initialize() method in class:HTMLdtd
371 // Make sure not to initialize twice.
552 initialize();
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DSpecialClassType.java160 initialize(null,null,null,stack,false);
/openjdk7/hotspot/src/share/vm/memory/
H A DcompactingPermGenGen.cpp217 _ro_vs.initialize(ro_rs, spec()->read_only_size());
218 _rw_vs.initialize(rw_rs, spec()->read_write_size());
219 _md_vs.initialize(md_rs, spec()->misc_data_size());
220 _mc_vs.initialize(mc_rs, spec()->misc_code_size());
H A Dfilemap.hpp119 bool initialize();
/openjdk7/hotspot/src/share/vm/oops/
H A DfieldInfo.hpp75 void initialize(u2 access_flags, function in class:VALUE_OBJ_CLASS_SPEC

Completed in 55 milliseconds

<<11121314151617181920>>