Searched refs:clear (Results 126 - 150 of 1410) sorted by relevance

1234567891011>>

/openjdk10/jdk/test/java/nio/channels/SocketChannel/
H A DHangup.java119 stuff.clear();
127 stuff.clear();
143 stuff.clear();
/openjdk10/jdk/test/java/util/BitSet/
H A DStickySize.java52 s.clear(7*64);
61 s.clear(7*64);
67 s.clear(17*64);
/openjdk10/jdk/test/sun/security/pkcs11/Signature/
H A DByteBuffers.java89 b2.clear();
95 b3.clear();
99 b2.clear();
/openjdk10/hotspot/src/os_cpu/bsd_x86/vm/
H A Dthread_bsd_x86.hpp30 _anchor.clear();
/openjdk10/hotspot/src/os_cpu/linux_x86/vm/
H A Dthread_linux_x86.hpp30 _anchor.clear();
/openjdk10/hotspot/src/share/tools/IdealGraphVisualizer/Coordinator/src/com/sun/hotspot/igv/coordinator/actions/
H A DRemoveAllAction.java70 OutlineTopComponent.findInstance().clear();
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.asm/src/org/graalvm/compiler/asm/
H A DLabel.java97 this.patchPositions.clear();
/openjdk10/hotspot/src/os_cpu/windows_x86/vm/
H A Dthread_windows_x86.hpp30 _anchor.clear();
/openjdk10/hotspot/src/cpu/x86/vm/
H A DjavaFrameAnchor_x86.hpp40 void clear(void) { function
50 // We must clear _last_Java_sp before copying the rest of the new data
H A Dc1_FpuStackSim_x86.hpp65 void clear();
/openjdk10/hotspot/src/os_cpu/linux_aarch64/vm/
H A Dthread_linux_aarch64.hpp41 _anchor.clear();
/openjdk10/hotspot/src/os_cpu/solaris_x86/vm/
H A Dthread_solaris_x86.hpp29 void pd_initialize() { _anchor.clear(); }
/openjdk10/hotspot/src/cpu/sparc/vm/
H A DjavaFrameAnchor_sparc.hpp42 // Each arch must define clear, copy
48 void clear(void) { function
58 // We must clear _last_Java_sp before copying the rest of the new data
/openjdk10/hotspot/src/cpu/s390/vm/
H A DjavaFrameAnchor_s390.hpp37 inline void clear(void) { function
56 // we must clear _last_Java_sp before copying the rest of the new data.
/openjdk10/hotspot/src/cpu/aarch64/vm/
H A DjavaFrameAnchor_aarch64.hpp41 void clear(void) { function
51 // We must clear _last_Java_sp before copying the rest of the new data
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DDebuggerConsolePanel.java123 clear();
130 clear();
137 public void clear() { method in class:DebuggerConsolePanel
139 d.clear();
H A DCommandProcessorPanel.java135 clear();
142 clear();
149 public void clear() { method in class:CommandProcessorPanel
151 d.clear();
H A DEditableAtEndDocument.java72 public void clear() { method in class:EditableAtEndDocument
/openjdk10/hotspot/src/share/vm/gc/g1/
H A Dg1CodeCacheRemSet.hpp68 void clear();
/openjdk10/hotspot/src/share/vm/runtime/
H A Dtimer.hpp58 void clear() { _counter = 0; } function in class:VALUE_OBJ_CLASS_SPEC
/openjdk10/hotspot/src/share/vm/gc/serial/
H A DgenMarkSweep.cpp84 // be made intelligently (see clear / invalidate further below).
112 // can clear the card table. Otherwise, we must invalidate
124 // region and clear those corresponding to the evacuated region.
174 _preserved_mark_stack.clear(true);
175 _preserved_oop_stack.clear(true);
176 _marking_stack.clear();
177 _objarray_stack.clear(true);
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/jaxp/validation/
H A DEmptyXMLSchema.java59 public void clear() {} method in class:EmptyXMLSchema
H A DReadOnlyGrammarPool.java46 public void clear() { method in class:ReadOnlyGrammarPool
/openjdk10/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/util/
H A DValidationEventCollector.java70 events.clear();
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DDefaultIDResolver.java49 idmap.clear();

Completed in 161 milliseconds

1234567891011>>