Searched refs:_vs (Results 1 - 7 of 7) sorted by relevance

/openjdk9/hotspot/src/share/vm/gc/shared/
H A DblockOffsetTable.inline.hpp53 assert(result < _vs.committed_size(), "bad index from address");
58 assert(index < _vs.committed_size(), "bad index");
H A DblockOffsetTable.hpp150 VirtualSpace _vs; member in class:BlockOffsetSharedArray
170 assert(index < _vs.committed_size(), "index out of range");
178 assert(index < _vs.committed_size(), "index out of range");
185 assert(index < _vs.committed_size(), "index out of range");
195 assert(index_for(right - 1) < _vs.committed_size(),
205 assert(right < _vs.committed_size(), "right address out of range");
213 assert(index < _vs.committed_size(), "index out of range");
H A DblockOffsetTable.cpp52 if (!_vs.initialize(rs, 0)) {
55 _offset_array = (u_char*)_vs.low_boundary();
60 log_trace(gc, bot)(" _vs.low_boundary(): " INTPTR_FORMAT " _vs.high_boundary(): " INTPTR_FORMAT,
61 p2i(_vs.low_boundary()), p2i(_vs.high_boundary()));
67 size_t old_size = _vs.committed_size();
69 char* high = _vs.high();
74 if (!_vs.expand_by(delta)) {
78 assert(_vs
[all...]
/openjdk9/hotspot/src/share/vm/memory/
H A DmetaspaceShared.hpp99 VirtualSpace _vs; member in class:VALUE_OBJ_CLASS_SPEC
106 return &_vs;
109 return _vs.low();
H A DmetaspaceShared.cpp71 _vs.initialize(rs, committed_byte_size);
72 _alloc_top = _vs.low();
82 if (_alloc_top + num_bytes > _vs.high()) {
/openjdk9/jdk/src/java.desktop/share/native/libfontmanager/layout/
H A DTibetanReordering.cpp75 _vs = TibetanClassTable::CC_VISARGA | TibetanClassTable::CF_DOTTED_CIRCLE| TibetanClassTable::CF_POS_AFTER, enumerator in enum:__anon943
96 //_vs Visaraga/Post mark
113 _xx, _ac, _av, _cs, _bv, _bv, _cs, _cs, _cs, _cs, _av, _av, _av, _av, _an, _vs, // 0F70 - 0F7F 7
/openjdk9/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp448 nonstatic_field(BlockOffsetSharedArray, _vs, VirtualSpace) \

Completed in 107 milliseconds