Searched refs:array_header_in_bytes (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DarrayKlass.hpp66 int array_header_in_bytes() const { return layout_helper_header_size(layout_helper()); } function in class:arrayKlass
H A DtypeArrayKlass.cpp145 int ihs = array_header_in_bytes() / wordSize;
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Runtime1.cpp1221 const int ihs = klass->array_header_in_bytes() / wordSize;
/openjdk7/hotspot/src/share/vm/prims/
H A Dunsafe.cpp809 base = tak->array_header_in_bytes();

Completed in 42 milliseconds