Searched refs:_noaccess_prefix (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dvirtualspace.cpp228 _noaccess_prefix = 0;
281 _noaccess_prefix = noaccess_prefix;
309 _noaccess_prefix = 0;
393 _noaccess_prefix = noaccess_prefix;
414 _noaccess_prefix = 0;
463 char *real_base = _base - _noaccess_prefix;
464 const size_t real_size = _size + _noaccess_prefix;
472 _noaccess_prefix = 0;
479 assert( (_noaccess_prefix != 0) == (UseCompressedOops && _base != NULL &&
485 if (_noaccess_prefix
[all...]
H A Dvirtualspace.hpp37 size_t _noaccess_prefix; member in class:VALUE_OBJ_CLASS_SPEC
109 size_t noaccess_prefix() const { return _noaccess_prefix; }

Completed in 93 milliseconds