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

/openjdk7/hotspot/src/share/vm/memory/
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]));

Completed in 32 milliseconds