Searched defs:post_initialize (Results 1 - 5 of 5) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A DsharedHeap.cpp300 void SharedHeap::post_initialize() { function in class:SharedHeap
H A DgenCollectedHeap.cpp288 void GenCollectedHeap::post_initialize() { function in class:GenCollectedHeap
289 SharedHeap::post_initialize();
/openjdk7/hotspot/src/share/vm/oops/
H A DmethodDataOop.cpp48 // initialization occurs in overrides of ProfileData::post_initialize.
132 void JumpData::post_initialize(BytecodeStream* stream, methodDataOop mdo) { function in class:JumpData
317 void RetData::post_initialize(BytecodeStream* stream, methodDataOop mdo) { function in class:RetData
379 void BranchData::post_initialize(BytecodeStream* stream, methodDataOop mdo) { function in class:BranchData
418 void MultiBranchData::post_initialize(BytecodeStream* stream, function in class:MultiBranchData
737 void methodDataOopDesc::post_initialize(BytecodeStream* stream) { function in class:methodDataOopDesc
743 data->post_initialize(stream, this);
808 post_initialize(&stream);
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.cpp269 void ParallelScavengeHeap::post_initialize() { function in class:ParallelScavengeHeap
273 PSParallelCompact::post_initialize();
H A DpsParallelCompact.cpp863 void PSParallelCompact::post_initialize() { function in class:PSParallelCompact

Completed in 59 milliseconds