Searched refs:check_for_valid_allocation_state (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_interface/
H A DcollectedHeap.inline.hpp254 debug_only(check_for_valid_allocation_state());
267 debug_only(check_for_valid_allocation_state());
280 debug_only(check_for_valid_allocation_state());
304 debug_only(check_for_valid_allocation_state());
320 debug_only(check_for_valid_allocation_state());
H A DcollectedHeap.cpp227 void CollectedHeap::check_for_valid_allocation_state() { function in class:CollectedHeap
550 debug_only(check_for_valid_allocation_state());
H A DcollectedHeap.hpp203 debug_only(static void check_for_valid_allocation_state();)
/openjdk7/hotspot/src/share/vm/memory/
H A DcollectorPolicy.cpp543 debug_only(gch->check_for_valid_allocation_state());

Completed in 49 milliseconds