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

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.cpp72 assert(((ResourceObj *)p)->allocated_on_C_heap(),
148 // allocated_on_C_heap() also checks that encoded (in _allocation) address == this.
149 if (!allocated_on_C_heap()) { // ResourceObj::delete() will zap _allocation for C_heap.
H A Dallocation.hpp475 bool allocated_on_C_heap() const { return get_allocation_type() == C_HEAP; } function in class:ALLOCATION_SUPER_CLASS_SPEC
/openjdk7/hotspot/src/share/vm/utilities/
H A DgrowableArray.hpp119 assert(!on_C_heap() || allocated_on_C_heap(), "growable array must be on C heap if elements are");

Completed in 61 milliseconds