equal
deleted
inserted
replaced
149 // Helper functions for (VM) allocation. |
149 // Helper functions for (VM) allocation. |
150 inline static void post_allocation_setup_common(KlassHandle klass, HeapWord* obj); |
150 inline static void post_allocation_setup_common(KlassHandle klass, HeapWord* obj); |
151 inline static void post_allocation_setup_no_klass_install(KlassHandle klass, |
151 inline static void post_allocation_setup_no_klass_install(KlassHandle klass, |
152 HeapWord* objPtr); |
152 HeapWord* objPtr); |
153 |
153 |
154 inline static void post_allocation_setup_obj(KlassHandle klass, HeapWord* obj); |
154 inline static void post_allocation_setup_obj(KlassHandle klass, HeapWord* obj, int size); |
155 |
155 |
156 inline static void post_allocation_setup_array(KlassHandle klass, |
156 inline static void post_allocation_setup_array(KlassHandle klass, |
157 HeapWord* obj, int length); |
157 HeapWord* obj, int length); |
158 |
158 |
159 // Clears an allocated object. |
159 // Clears an allocated object. |