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

/openjdk7/hotspot/src/share/vm/oops/
H A DarrayOop.hpp49 // Returns the aligned header_size_in_bytes. This is not equivalent to
51 static int header_size_in_bytes() { function in class:arrayOopDesc
99 size_t typesize_in_bytes = header_size_in_bytes();
H A DmethodDataOop.hpp138 static int header_size_in_bytes() { function in class:VALUE_OBJ_CLASS_SPEC
146 return header_size_in_bytes() + cell_count * cell_size;

Completed in 1384 milliseconds