Searched defs:set_allocation_type (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.cpp59 DEBUG_ONLY(set_allocation_type(res, C_HEAP);)
79 void ResourceObj::set_allocation_type(address res, allocation_type type) { function in class:ResourceObj
108 set_allocation_type((address)this, STACK_OR_EMBEDDED);
123 set_allocation_type((address)this, STACK_OR_EMBEDDED);
134 set_allocation_type((address)this, STACK_OR_EMBEDDED);

Completed in 43 milliseconds