Lines Matching defs:noaccess_prefix
52 const size_t noaccess_prefix) {
53 initialize(size+noaccess_prefix, alignment, large, requested_address,
54 noaccess_prefix, false);
191 const size_t noaccess_prefix)
204 // Assert that if noaccess_prefix is used, it is the same as prefix_align.
205 assert(noaccess_prefix == 0 ||
206 noaccess_prefix == prefix_align, "noaccess prefix wrong");
210 // Add in noaccess_prefix to prefix_size;
211 const size_t adjusted_prefix_size = prefix_size + noaccess_prefix;
219 initialize(size, prefix_align, true, requested_address, noaccess_prefix,
234 requested_address -= noaccess_prefix; // adjust address
281 _noaccess_prefix = noaccess_prefix;
286 const size_t noaccess_prefix,
300 // Assert that if noaccess_prefix is used, it is the same as alignment.
301 assert(noaccess_prefix == 0 ||
302 noaccess_prefix == alignment, "noaccess prefix wrong");
320 requested_address -= noaccess_prefix; // adjust requested address
371 if ((((size_t)base + noaccess_prefix) & (alignment - 1)) != 0) {
393 _noaccess_prefix = noaccess_prefix;
395 // Assert that if noaccess_prefix is used, it is the same as alignment.
396 assert(noaccess_prefix == 0 ||
397 noaccess_prefix == _alignment, "noaccess prefix wrong");
482 "noaccess_prefix should be used only with non zero based compressed oops");
518 // Only reserved space for the java heap should have a noaccess_prefix