Home
last modified time | relevance | path

Searched refs:collectRoots (Results 1 – 9 of 9) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/packageview/
H A DFileTransferDragAdapter.java171 final Set<IResource> roots= collectRoots(getResources()); in handleRefresh()
200 protected Set<IResource> collectRoots(final List<IResource> elements) { in collectRoots() method in FileTransferDragAdapter
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/memory/
H A Dqv4mm_p.h295 void collectRoots(MarkStack *markStack);
H A Dqv4mm.cpp873 void MemoryManager::collectRoots(MarkStack *markStack) in collectRoots() function in QV4::MemoryManager
919 collectRoots(&markStack); in mark()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/memory/
H A Dqv4mm_p.h295 void collectRoots(MarkStack *markStack);
H A Dqv4mm.cpp873 void MemoryManager::collectRoots(MarkStack *markStack) in collectRoots() function in QV4::MemoryManager
919 collectRoots(&markStack); in mark()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.director.app/src/org/eclipse/equinox/internal/p2/director/app/
H A DDirectorApplication.java427 …private Collection<IInstallableUnit> collectRoots(IProfile profile, List<IQuery<IInstallableUnit>>… in collectRoots() method in DirectorApplication
726 Collection<IInstallableUnit> installs = collectRoots(profile, rootsToInstall, true); in performProvisioningActions()
727 Collection<IInstallableUnit> uninstalls = collectRoots(profile, rootsToUninstall, false); in performProvisioningActions()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/LocalScheduler/
H A DLocalScheduler_G4IR.cpp1836 void DDD::collectRoots() in collectRoots() function in DDD
2113 collectRoots(); in listScheduleForSuppression()
2339 collectRoots(); in listScheduleFor2xFP()
2535 collectRoots(); in listSchedule()
H A DLocalScheduler_G4IR.h247 void collectRoots();
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/internal/gc/impl/conservative/
H A Dgc.d2290 void collectRoots(void *pbot, void *ptop) scope nothrow
2353 thread_scanAll(&collectRoots);
2368 collectRoots(range.pbot, range.ptop);