Searched refs:header_size_in_bytes (Results 1 - 4 of 4) 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 DarrayOop.cpp38 julong bytes = length * bytes_per_element + 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;
H A DmethodDataOop.cpp564 = (uint)data_size / (DataLayout::header_size_in_bytes()*128);

Completed in 37 milliseconds