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

/openjdk7/hotspot/src/share/vm/oops/
H A DoopsHierarchy.hpp122 operator HeapWord* () const { return (HeapWord*)obj(); }
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp114 // An opaque struct of heap-word width, so that HeapWord* can be a generic
117 // HeapWord* hw;
121 class HeapWord { class
132 const int HeapWordSize = sizeof(HeapWord);
162 const size_t HWperKB = K / sizeof(HeapWord);
271 // A version specialized for HeapWord*'s.
272 inline size_t pointer_delta(const HeapWord* left, const HeapWord* right) {
273 return pointer_delta(left, right, sizeof(HeapWord));
378 // Align objects by rounding up their size, in HeapWord unit
[all...]

Completed in 111 milliseconds