Lines Matching refs:Universe

76   assert(klass() != NULL || !Universe::is_fully_initialized(), "NULL klass");
81 assert(!Universe::is_fully_initialized() || obj->blueprint() != NULL,
104 assert(Universe::is_bootstrapping() ||
145 result = Universe::heap()->mem_allocate(size,
148 NOT_PRODUCT(Universe::heap()->
170 THROW_OOP_0(Universe::out_of_memory_error_java_heap());
181 THROW_OOP_0(Universe::out_of_memory_error_gc_overhead_limit());
204 THROW_OOP_0(Universe::out_of_memory_error_perm_gen());
208 HeapWord* result = Universe::heap()->permanent_mem_allocate(size);
210 NOT_PRODUCT(Universe::heap()->
225 THROW_OOP_0(Universe::out_of_memory_error_perm_gen());
255 assert(!Universe::heap()->is_gc_active(), "Allocation during gc not allowed");
259 NOT_PRODUCT(Universe::heap()->check_for_bad_heap_word_value(obj, size));
268 assert(!Universe::heap()->is_gc_active(), "Allocation during gc not allowed");
272 NOT_PRODUCT(Universe::heap()->check_for_bad_heap_word_value(obj, size));
281 assert(!Universe::heap()->is_gc_active(), "Allocation during gc not allowed");
288 Universe::heap()->check_for_non_bad_heap_word_value(obj+hs, size-hs);
296 NOT_PRODUCT(Universe::heap()->check_for_bad_heap_word_value((HeapWord*) obj,
305 assert(!Universe::heap()->is_gc_active(), "Allocation during gc not allowed");
311 Universe::heap()->check_for_bad_heap_word_value(obj+hs, size-hs);
321 assert(!Universe::heap()->is_gc_active(), "Allocation during gc not allowed");
325 NOT_PRODUCT(Universe::heap()->check_for_bad_heap_word_value(obj, size));
362 p->unsafe_klass_or_null() == Universe::methodKlassObj();