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

/openjdk7/hotspot/src/share/vm/oops/
H A Dsymbol.cpp49 DEBUG_ONLY(set_allocation_type(res, ResourceObj::ARENA);)
/openjdk7/hotspot/src/share/vm/memory/
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
476 bool allocated_on_arena() const { return get_allocation_type() == ARENA; }
487 DEBUG_ONLY(set_allocation_type(res, ARENA);)

Completed in 342 milliseconds