Searched refs:post_allocation_setup_common (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.inline.hpp53 void CollectedHeap::post_allocation_setup_common(KlassHandle klass, function in class:CollectedHeap
103 post_allocation_setup_common(klass, obj);
114 // in post_allocation_setup_common() because the klass field
118 post_allocation_setup_common(klass, obj);
H A DcollectedHeap.cpp417 post_allocation_setup_common(Universe::intArrayKlassObj(), start);
430 post_allocation_setup_common(SystemDictionary::Object_klass(), start);
560 post_allocation_setup_common(klass, obj);
H A DcollectedHeap.hpp170 inline static void post_allocation_setup_common(KlassHandle klass, HeapWord* obj);

Completed in 32 milliseconds