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

/openjdk7/hotspot/src/share/vm/memory/
H A Dallocation.cpp74 DEBUG_ONLY(((ResourceObj *)p)->_allocation_t[0] = (uintptr_t)badHeapOopVal;)
85 resobj->_allocation_t[0] = ~(allocation + type);
89 resobj->_allocation_t[1] = (uintptr_t)&(resobj->_allocation_t[1]) + type;
94 assert(~(_allocation_t[0] | allocation_mask) == (uintptr_t)this, "lost resource object");
95 return (allocation_type)((~_allocation_t[0]) & allocation_mask);
99 allocation_type type = (allocation_type)(_allocation_t[1] & allocation_mask);
101 (_allocation_t[1] - type) == (uintptr_t)(&_allocation_t[1]);
105 if (~(_allocation_t[
[all...]
H A Dallocation.hpp469 uintptr_t _allocation_t[2]; member in class:ALLOCATION_SUPER_CLASS_SPEC

Completed in 34 milliseconds