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

/openjdk7/jdk/src/windows/native/sun/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.h282 void Remove(HFONT font);
H A Dawt_Toolkit.cpp741 if(o != NULL && theAwtObjectList.Remove(o)) {
754 if(o != NULL && theAwtObjectList.Remove(o)) {
793 // Remove this define when we move to newer (XP) version of SDK.
1591 m_cmdIDs->Remove(id);
H A Dawt_Font.cpp160 fontCache.Remove(font);
161 /* NOTE: delete of windows HFONT happens in FontCache::Remove
1120 void AwtFontCache::Remove(HFONT font) function in class:AwtFontCache
/openjdk7/jdk/test/java/util/LinkedList/
H A DRemove.java34 public class Remove { class
/openjdk7/hotspot/src/share/vm/opto/
H A Dregmask.cpp203 bits -= bit; // Remove bit from mask
206 bits -= (bit<<1); // Remove other halve of pair
339 bits -= set; // Remove this set
368 set = set & -set; // Remove sign extension.
414 rm.Remove(start); // Yank from mask
425 rm.Remove(reg); // Yank from mask
H A Dmatcher.cpp573 idealreg2debugmask [Op_RegN]->Remove(i);
574 idealreg2debugmask [Op_RegI]->Remove(i); // Exclude save-on-call
575 idealreg2debugmask [Op_RegL]->Remove(i); // registers from debug
576 idealreg2debugmask [Op_RegF]->Remove(i); // masks
577 idealreg2debugmask [Op_RegD]->Remove(i);
578 idealreg2debugmask [Op_RegP]->Remove(i);
580 idealreg2mhdebugmask[Op_RegN]->Remove(i);
581 idealreg2mhdebugmask[Op_RegI]->Remove(i);
582 idealreg2mhdebugmask[Op_RegL]->Remove(i);
583 idealreg2mhdebugmask[Op_RegF]->Remove(
[all...]
H A Dchaitin.hpp125 void Remove( OptoReg::Name reg ) { _mask.Remove(reg); debug_only(_msize_valid=0;) } function in class:LRG
329 // Remove the need for the Union-Find mapping
H A Dregmask.hpp56 // RegMask::operator>>=() ==> RegMask::Remove()
281 // Remove register from mask
282 void Remove( OptoReg::Name reg ) {
H A Dpostaloc.cpp224 // Remove (bypass) copies along Node n, edge k.
231 // Remove obvious same-register copies
432 // Remove copies along phi edges
505 // Remove copies remaining on edges. Check for junk phi.
512 if( u != NodeSentinel ) { // Junk Phi. Remove
592 // Remove copies along input edges
664 tmp.Remove(nreg);
688 rm.Remove(nreg);
H A Doutput.cpp2129 // Remove this from the available list
2614 rm.Remove(kill);
2806 rm.Remove(kill);
2825 rm.Remove(kill);
H A Difg.cpp352 // Remove from live-out set
356 // Remove the copies source from the liveout set before interfering.
651 // Remove from live-out set
661 // Remove the copies source from the liveout set before interfering.
696 // Remove bound register(s) from 'l's choices
699 // Remove the bits from LRG 'r' from LRG 'l' so 'l' no
715 lrg.Remove(r_reg);
H A Dchaitin.cpp507 lrg.Remove(hi); // Yank from mask
1212 // This 'Remove; find; Insert' idiom is an expensive way to find the
1214 lrg.Remove(reg);
1283 // Remove neighbor colors
1674 // Remove from live-out set
1678 // Remove the copies source from the liveout set before interfering.
/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java388 private class Remove extends Change { class in class:FileSystemPreferences
391 Remove(String key) { method in class:FileSystemPreferences.Remove
533 changeLog.add(new Remove(key));
/openjdk7/hotspot/make/solaris/
H A Dreorder.sh65 echo Remove _mcount from java command.

Completed in 351 milliseconds