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

/openjdk9/hotspot/src/share/vm/gc/shared/
H A DcollectedHeap.inline.hpp43 void CollectedHeap::post_allocation_setup_common(KlassHandle klass, function in class:CollectedHeap
89 post_allocation_setup_common(klass, obj_ptr);
106 post_allocation_setup_common(klass, obj_ptr);
121 post_allocation_setup_common(klass, obj_ptr);
H A DcollectedHeap.cpp469 post_allocation_setup_common(Universe::intArrayKlassObj(), start);
482 post_allocation_setup_common(SystemDictionary::Object_klass(), start);
H A DcollectedHeap.hpp153 inline static void post_allocation_setup_common(KlassHandle klass, HeapWord* obj);

Completed in 92 milliseconds