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

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.cpp86 if (type != STACK_OR_EMBEDDED) {
108 set_allocation_type((address)this, STACK_OR_EMBEDDED);
109 } else if (allocated_on_stack()) { // STACK_OR_EMBEDDED
123 set_allocation_type((address)this, STACK_OR_EMBEDDED);
134 set_allocation_type((address)this, STACK_OR_EMBEDDED);
H A Dallocation.hpp461 enum allocation_type { STACK_OR_EMBEDDED = 0, RESOURCE_AREA, C_HEAP, ARENA, allocation_mask = 0x3 }; enumerator in enum:ALLOCATION_SUPER_CLASS_SPEC::allocation_type
473 bool allocated_on_stack() const { return get_allocation_type() == STACK_OR_EMBEDDED; }

Completed in 34 milliseconds