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

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.cpp98 bool ResourceObj::is_type_set() const { function in class:ResourceObj
115 } else if (is_type_set()) {
131 assert(~(_allocation_t[0] | allocation_mask) != (uintptr_t)this || !is_type_set(),

Completed in 24 milliseconds