Searched refs:initialize (Results 476 - 500 of 765) sorted by relevance

<<11121314151617181920>>

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsYoungGen.cpp53 void PSYoungGen::initialize(ReservedSpace rs, size_t alignment) { function in class:PSYoungGen
202 eden_space()->initialize(eden_mr, true, ZapUnusedHeapArea);
203 to_space()->initialize(to_mr , true, ZapUnusedHeapArea);
204 from_space()->initialize(from_mr, true, ZapUnusedHeapArea);
657 // Let's make sure the call to initialize doesn't reset "top"!
682 // in the calls to initialize().
694 eden_space()->initialize(edenMR,
697 to_space()->initialize(toMR,
700 from_space()->initialize(fromMR,
908 space_shrinking->initialize(m
[all...]
H A DgcTaskManager.hpp133 void initialize();
209 void initialize();
561 void initialize();
H A DparallelScavengeHeap.hpp121 virtual jint initialize();
226 // Can a compiler initialize a new object without store barriers?
/openjdk7/hotspot/src/share/vm/oops/
H A DklassVtable.hpp76 void initialize_vtable(bool checkconstraints, TRAPS); // initialize vtable of a new klass
212 void initialize(klassOop interf, int offset) { _interface = interf; _offset = offset; } function in class:VALUE_OBJ_CLASS_SPEC
232 void initialize(methodOop method);
/openjdk7/hotspot/src/share/vm/opto/
H A DindexSet.hpp334 void initialize(uint max_element);
339 void initialize(uint max_element, Arena *arena);
/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp63 void initialize(); // reset to be an empty container
83 ProductionState(Arena *arena) : _production(cmpstr, hashstr, arena) { initialize(); };
86 void initialize(); // reset local and dictionary state
595 status.initialize();
918 initialize();
924 void Production::initialize() { function in class:Production
942 void ProductionState::initialize() { function in class:ProductionState
953 p->initialize();
/openjdk7/hotspot/src/share/vm/runtime/
H A Dhandles.hpp318 void initialize(Thread* thread); // common code for constructors
325 HandleMark(Thread* thread) { initialize(thread); }
/openjdk7/jdk/src/windows/classes/com/sun/tools/jdi/
H A DSharedMemoryTransportService.java70 initialize();
97 private native void initialize(); method in class:SharedMemoryTransportService
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWScrollPanePeer.java57 void initialize() { method in class:WScrollPanePeer
58 super.initialize();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DUIManager.java260 * See loadUserProperties(), initialize().
498 * {@code non-null}, {@code initialize} is invoked on it followed
535 newLookAndFeel.initialize();
1087 laf.initialize();
1275 * then initialize the <code>installedLAFs</code> field.
1379 newLAF.initialize();
1416 * initialize().
1422 initialize();
1452 private static void initialize() { method in class:UIManager
/openjdk7/hotspot/src/share/vm/interpreter/
H A DoopMapCache.cpp47 // Deallocate bit masks and initialize fields
85 // Computes stack map for (method,bci) and initialize entry
163 initialize();
189 void InterpreterOopMap::initialize() { function in class:InterpreterOopMap
297 // initialize with 0
448 initialize();
512 for(int i = 0; i < _size; i++) _array[i].initialize();
643 tmp->initialize();
H A Dinterpreter.cpp52 void InterpreterCodelet::initialize(const char* description, Bytecodes::Code bytecode) { function in class:InterpreterCodelet
85 void AbstractInterpreter::initialize() { function in class:AbstractInterpreter
116 Interpreter::initialize();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DJaxmURI.java147 initialize(p_other);
182 initialize(p_base, p_uriSpec);
309 private void initialize(JaxmURI p_other) { method in class:JaxmURI
335 private void initialize(JaxmURI p_base, String p_uriSpec) method in class:JaxmURI
340 "Cannot initialize URI with empty parameters.");
345 initialize(p_base);
627 "Cannot initialize path from null string!");
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp84 initialize(blob->content_begin(), blob->content_size());
88 void CodeBuffer::initialize(csize_t code_size, csize_t locs_size) { function in class:CodeBuffer
102 initialize(_total_start, _total_size);
160 cs->initialize(middle, limit - middle);
183 next_cs->initialize(new_limit, old_limit - new_limit);
353 end->initialize(this, reloc);
479 dest_cs->initialize(buf+buf_offset, csize);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DNimbusLookAndFeel.java104 @Override public void initialize() { method in class:NimbusLookAndFeel
105 super.initialize();
106 defaults.initialize();
/openjdk7/hotspot/src/share/vm/memory/
H A Dheap.cpp55 // initialize interval
66 // initialize interval
106 // Reserve and initialize space for _memory.
120 if (!_memory.initialize(rs, c_size)) {
130 if (!_segmap.initialize(align_to_page_size(_number_of_reserved_segments), align_to_page_size(_number_of_committed_segments))) {
140 // initialize remaining instance variables
168 // initialize additional segmap entries
209 b->initialize(length);
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DP11RSACipher.java198 // No further setup needed for C_Wrap(). We'll initialize later if
206 // No further setup needed for C_Unwrap(). We'll initialize later
225 initialize();
277 initialize();
281 private void initialize() throws PKCS11Exception { method in class:P11RSACipher
H A DSecmod.java47 * secmod.initialize("/home/myself/.mozilla", "/usr/sfw/lib/mozilla");
115 * if NSS has been initialized using either the initialize() method
158 public void initialize(String configDir, String nssLibDir) method in class:Secmod
160 initialize(DbMode.READ_WRITE, configDir, nssLibDir);
163 public synchronized void initialize(DbMode dbMode, String configDir, String nssLibDir) method in class:Secmod
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DDSA.java224 initialize(priv.getParams());
245 initialize(pub.getParams());
248 private void initialize(DSAParams params) throws InvalidKeyException { method in class:DSA
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DNodeSortRecordFactory.java155 sortRecord.initialize(node, last, _dom, _sortSettings);
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DSunVolatileImage.java88 volSurfaceManager.initialize();
H A DVolatileSurfaceManager.java114 public void initialize() { method in class:VolatileSurfaceManager
121 // only initialize the backup surface for images with unforced
248 * Platform-specific subclasses should initialize an accelerated
/openjdk7/hotspot/src/share/vm/code/
H A DcodeCache.hpp72 static void initialize();
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DptrQueue.hpp247 void initialize(Monitor* cbl_mon, Mutex* fl_lock, function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DasParNewGeneration.cpp233 to()->initialize(mr,
505 // Let's make sure the call to initialize doesn't reset "top"!
526 // The call to initialize NULL's the next compaction space
527 eden()->initialize(edenMR,
531 to()->initialize(toMR ,
534 from()->initialize(fromMR,

Completed in 81 milliseconds

<<11121314151617181920>>