Searched refs:vspace (Results 1 - 5 of 5) sorted by relevance

/openjdk10/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/html/
H A DHTMLAppletElement.java120 * vspace attribute definition in HTML 4.0. This attribute is deprecated
124 public void setVspace(String vspace); argument
H A DHTMLImageElement.java128 * Vertical space above and below this image. See the vspace attribute
132 public void setVspace(String vspace); argument
H A DHTMLObjectElement.java171 * vspace attribute definition in HTML 4.0. This attribute is deprecated
175 public void setVspace(String vspace); argument
/openjdk10/hotspot/src/share/vm/gc/parallel/
H A DpsParallelCompact.cpp446 PSVirtualSpace* vspace = new PSVirtualSpace(rs, page_sz); local
447 if (vspace != 0) {
448 if (vspace->expand_by(_reserved_byte_size)) {
449 return vspace;
451 delete vspace;
811 void ParallelCompactData::verify_clear(const PSVirtualSpace* vspace) argument
813 const size_t* const beg = (const size_t*)vspace->committed_low_addr();
814 const size_t* const end = (const size_t*)vspace->committed_high_addr();
H A DpsParallelCompact.hpp461 void verify_clear(const PSVirtualSpace* vspace);

Completed in 81 milliseconds