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

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.hpp472 allocation_type get_allocation_type() const;
473 bool allocated_on_stack() const { return get_allocation_type() == STACK_OR_EMBEDDED; }
474 bool allocated_on_res_area() const { return get_allocation_type() == RESOURCE_AREA; }
475 bool allocated_on_C_heap() const { return get_allocation_type() == C_HEAP; }
476 bool allocated_on_arena() const { return get_allocation_type() == ARENA; }
H A Dallocation.cpp93 ResourceObj::allocation_type ResourceObj::get_allocation_type() const { function in class:ResourceObj
100 return get_allocation_type() == type &&
119 this, get_allocation_type(), _allocation_t[0], _allocation_t[1]));
133 this, get_allocation_type(), _allocation_t[0], _allocation_t[1]));
142 this, get_allocation_type(), _allocation_t[0], _allocation_t[1]));
/openjdk7/hotspot/src/share/vm/asm/
H A DcodeBuffer.cpp137 ResourceObj::allocation_type at = _default_oop_recorder.get_allocation_type();

Completed in 1176 milliseconds