Searched refs:on_C_heap (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/utilities/
H A DgrowableArray.cpp63 } else if (on_C_heap()) {
H A DgrowableArray.hpp102 bool on_C_heap() { return _arena == (Arena*)1; } function in class:GenericGrowableArray
119 assert(!on_C_heap() || allocated_on_C_heap(), "growable array must be on C heap if elements are");
193 ~GrowableArray() { if (on_C_heap()) clear_and_deallocate(); }
365 if (on_C_heap() && _data != NULL) {
385 assert(on_C_heap(),

Completed in 389 milliseconds