Searched refs:post_allocation_notify (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.inline.hpp86 inline void post_allocation_notify(KlassHandle klass, oop obj) { function
107 post_allocation_notify(klass, (oop)obj);
121 post_allocation_notify(klass, (oop)obj);
H A DcollectedHeap.cpp578 post_allocation_notify(klass, (oop)obj);

Completed in 31 milliseconds