Searched refs:Remove (Results 1 - 18 of 18) sorted by relevance

/openjdk9/jdk/src/java.desktop/windows/native/libawt/windows/
H A DCmdIDList.h40 void Remove(UINT id);
H A DObjectList.h49 BOOL Remove(AwtObject* obj);
H A DCmdIDList.cpp109 void AwtCmdIDList::Remove(UINT id)
H A DObjectList.cpp51 BOOL AwtObjectList::Remove(AwtObject* obj) function in class:AwtObjectList
108 // AwtObject::Dispose() method will call AwtObjectList::Remove(),
H A Dawt_Font.h285 void Remove(HFONT font);
H A Dawt_Toolkit.cpp744 if(o != NULL && theAwtObjectList.Remove(o)) {
757 if(o != NULL && theAwtObjectList.Remove(o)) {
798 // Remove this define when we move to newer (XP) version of SDK.
1673 m_cmdIDs->Remove(id);
H A Dawt_Font.cpp165 fontCache.Remove(font);
166 /* NOTE: delete of windows HFONT happens in FontCache::Remove
1156 void AwtFontCache::Remove(HFONT font) function in class:AwtFontCache
/openjdk9/jdk/test/java/util/LinkedList/
H A DRemove.java34 public class Remove { class
/openjdk9/hotspot/src/share/vm/opto/
H A Dregmask.hpp37 // RegMask::operator>>=() ==> RegMask::Remove()
263 // Remove register from mask
264 void Remove( OptoReg::Name reg ) {
H A Dregmask.cpp191 bits -= bit; // Remove bit from mask
194 bits -= (bit<<1); // Remove other halve of pair
334 bits -= set; // Remove this set
365 set = set & -set; // Remove sign extension.
411 rm.Remove(start); // Yank from mask
422 rm.Remove(reg); // Yank from mask
H A Dmatcher.cpp515 aligned_stack_mask.Remove(in);
527 aligned_stack_mask.Remove(in);
539 aligned_stack_mask.Remove(in);
596 idealreg2debugmask [Op_RegN]->Remove(i);
597 idealreg2debugmask [Op_RegI]->Remove(i); // Exclude save-on-call
598 idealreg2debugmask [Op_RegL]->Remove(i); // registers from debug
599 idealreg2debugmask [Op_RegF]->Remove(i); // masks
600 idealreg2debugmask [Op_RegD]->Remove(i);
601 idealreg2debugmask [Op_RegP]->Remove(i);
603 idealreg2mhdebugmask[Op_RegN]->Remove(
[all...]
H A Dchaitin.hpp138 void Remove( OptoReg::Name reg ) { _mask.Remove(reg); debug_only(_msize_valid=0;) } function in class:LRG
H A Dpostaloc.cpp231 // Remove (bypass) copies along Node n, edge k.
238 // Remove obvious same-register copies
519 // Remove copies along phi edges
596 // Remove copies remaining on edges. Check for junk phi.
603 if (u != NodeSentinel) { // Junk Phi. Remove
682 // Remove copies along input edges
757 tmp.Remove(nreg);
781 rm.Remove(nreg);
H A Doutput.cpp2037 // Remove this from the available list
2522 rm.Remove(kill);
2711 rm.Remove(kill);
2730 rm.Remove(kill);
H A Difg.cpp334 // Remove from live-out set
338 // Remove the copies source from the liveout set before interfering.
576 * Remove dead node if it's not used.
654 * Remove the copies source from the liveout set before interfering.
667 * The defined value must go in a particular register. Remove that register from
686 // Remove bound register(s) from 'l's choices
690 // Remove the bits from LRG 'rm' from LRG 'l' so 'l' no
710 interfering_lrg.Remove(r_reg);
H A Dchaitin.cpp659 lrg.Remove(hi); // Yank from mask
1410 // This 'Remove; find; Insert' idiom is an expensive way to find the
1412 lrg.Remove(reg);
1481 // Remove neighbor colors
1877 // Remove from live-out set
1881 // Remove the copies source from the liveout set before interfering.
/openjdk9/jdk/src/java.prefs/unix/classes/java/util/prefs/
H A DFileSystemPreferences.java406 private class Remove extends Change { class in class:FileSystemPreferences
409 Remove(String key) { method in class:FileSystemPreferences.Remove
552 changeLog.add(new Remove(key));
/openjdk9/common/autoconf/
H A Dgenerated-configure.sh1786 # Remove trailing slashes.
1876 # Remove unnecessary trailing slashes from srcdir.
[all...]

Completed in 402 milliseconds