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

/openjdk7/hotspot/src/share/vm/oops/
H A DarrayOop.hpp52 size_t hs = align_size_up(length_offset_in_bytes() + sizeof(int),
67 static int length_offset_in_bytes() { function in class:arrayOopDesc
88 return *(int*)(((intptr_t)this) + length_offset_in_bytes());
91 *(int*)(((intptr_t)this) + length_offset_in_bytes()) = length;

Completed in 29 milliseconds