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

/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.inline.hpp56 post_allocation_install_obj_klass(klass, oop(obj));
72 void CollectedHeap::post_allocation_install_obj_klass(KlassHandle klass, function in class:CollectedHeap
295 post_allocation_install_obj_klass(klass, obj);
H A DcollectedHeap.hpp380 // method post_allocation_install_obj_klass() is used to install the
385 inline static void post_allocation_install_obj_klass(KlassHandle klass, oop obj);
/openjdk7/hotspot/src/share/vm/oops/
H A Dklass.cpp180 CollectedHeap::post_allocation_install_obj_klass(klass, new_klass);

Completed in 35 milliseconds