Home
last modified time | relevance | path

Searched refs:live_list (Results 1 – 25 of 35) sorted by relevance

12

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jfr/recorder/storage/
H A DjfrMemorySpace.hpp94 LiveList& live_list(bool previous_epoch = false);
95 const LiveList& live_list(bool previous_epoch = false) const;
H A DjfrMemorySpaceRetrieval.hpp41 StopOnNullCondition<typename Mspace::LiveList> iterator(mspace->live_list(previous_epoch)); in acquire()
78 … StopOnNullConditionRemoval<typename Mspace::LiveList> iterator(mspace->live_list(previous_epoch)); in acquire()
H A DjfrEpochStorage.inline.hpp80 PreviousEpochReleaseOperation pero(_mspace, _mspace->live_list(true)); in iterate()
86 CurrentEpochReleaseOperation cero(_mspace, _mspace->live_list()); in iterate()
H A DjfrMemorySpace.inline.hpp103 …pace<Client, RetrievalPolicy, FreeListType, FullListType, epoch_aware>::live_list(bool previous_ep… in live_list() function in JfrMemorySpace
111 …pace<Client, RetrievalPolicy, FreeListType, FullListType, epoch_aware>::live_list(bool previous_ep… in live_list() function in JfrMemorySpace
130 return live_list().is_empty(); in live_list_is_empty()
135 return live_list().is_nonempty(); in live_list_is_nonempty()
187 return live_list(previous_epoch).in_list(node); in in_live_list()
271 live_list(previous_epoch).add(node); in add_to_live_list()
291 live_list(previous_epoch).iterate(callback); in iterate_live_list()
H A DjfrStorage.cpp517 ReleaseThreadLocalOperation rtlo(_thread_local_mspace, _thread_local_mspace->live_list()); in write()
545 ReleaseThreadLocalOperation rtlo(_thread_local_mspace, _thread_local_mspace->live_list()); in clear()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jfr/recorder/storage/
H A DjfrMemorySpace.hpp94 LiveList& live_list(bool previous_epoch = false);
95 const LiveList& live_list(bool previous_epoch = false) const;
H A DjfrMemorySpaceRetrieval.hpp41 StopOnNullCondition<typename Mspace::LiveList> iterator(mspace->live_list(previous_epoch)); in acquire()
78 … StopOnNullConditionRemoval<typename Mspace::LiveList> iterator(mspace->live_list(previous_epoch)); in acquire()
H A DjfrEpochStorage.inline.hpp81 PreviousEpochReleaseOperation pero(_mspace, _mspace->live_list(true)); in iterate()
87 CurrentEpochReleaseOperation cero(_mspace, _mspace->live_list()); in iterate()
H A DjfrMemorySpace.inline.hpp104 …pace<Client, RetrievalPolicy, FreeListType, FullListType, epoch_aware>::live_list(bool previous_ep… in live_list() function in JfrMemorySpace
112 …pace<Client, RetrievalPolicy, FreeListType, FullListType, epoch_aware>::live_list(bool previous_ep… in live_list() function in JfrMemorySpace
131 return live_list().is_empty(); in live_list_is_empty()
136 return live_list().is_nonempty(); in live_list_is_nonempty()
188 return live_list(previous_epoch).in_list(node); in in_live_list()
272 live_list(previous_epoch).add(node); in add_to_live_list()
292 live_list(previous_epoch).iterate(callback); in iterate_live_list()
H A DjfrStorage.cpp516 ReleaseThreadLocalOperation rtlo(_thread_local_mspace, _thread_local_mspace->live_list()); in write()
544 ReleaseThreadLocalOperation rtlo(_thread_local_mspace, _thread_local_mspace->live_list()); in clear()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jfr/recorder/storage/
H A DjfrMemorySpace.hpp94 LiveList& live_list(bool previous_epoch = false);
95 const LiveList& live_list(bool previous_epoch = false) const;
H A DjfrMemorySpaceRetrieval.hpp41 StopOnNullCondition<typename Mspace::LiveList> iterator(mspace->live_list(previous_epoch)); in acquire()
78 … StopOnNullConditionRemoval<typename Mspace::LiveList> iterator(mspace->live_list(previous_epoch)); in acquire()
H A DjfrEpochStorage.inline.hpp80 PreviousEpochReleaseOperation pero(_mspace, _mspace->live_list(true)); in iterate()
86 CurrentEpochReleaseOperation cero(_mspace, _mspace->live_list()); in iterate()
H A DjfrMemorySpace.inline.hpp103 …pace<Client, RetrievalPolicy, FreeListType, FullListType, epoch_aware>::live_list(bool previous_ep… in live_list() function in JfrMemorySpace
111 …pace<Client, RetrievalPolicy, FreeListType, FullListType, epoch_aware>::live_list(bool previous_ep… in live_list() function in JfrMemorySpace
130 return live_list().is_empty(); in live_list_is_empty()
135 return live_list().is_nonempty(); in live_list_is_nonempty()
187 return live_list(previous_epoch).in_list(node); in in_live_list()
271 live_list(previous_epoch).add(node); in add_to_live_list()
291 live_list(previous_epoch).iterate(callback); in iterate_live_list()
H A DjfrStorage.cpp517 ReleaseThreadLocalOperation rtlo(_thread_local_mspace, _thread_local_mspace->live_list()); in write()
545 ReleaseThreadLocalOperation rtlo(_thread_local_mspace, _thread_local_mspace->live_list()); in clear()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jfr/recorder/stringpool/
H A DjfrStringPool.cpp192 ReleaseOperation ro(_mspace, _mspace->live_list()); in write()
203 ReleaseOperation ro(_mspace, _mspace->live_list()); in clear()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jfr/recorder/stringpool/
H A DjfrStringPool.cpp192 ReleaseOperation ro(_mspace, _mspace->live_list()); in write()
203 ReleaseOperation ro(_mspace, _mspace->live_list()); in clear()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jfr/recorder/stringpool/
H A DjfrStringPool.cpp192 ReleaseOperation ro(_mspace, _mspace->live_list()); in write()
203 ReleaseOperation ro(_mspace, _mspace->live_list()); in clear()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jfr/recorder/checkpoint/
H A DjfrCheckpointManager.cpp345 ReleaseOperation ro(_global_mspace, _global_mspace->live_list(true)); in write()
359 ReleaseOperation ro(_global_mspace, _global_mspace->live_list(true)); in clear()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jfr/recorder/checkpoint/
H A DjfrCheckpointManager.cpp344 ReleaseOperation ro(_global_mspace, _global_mspace->live_list(true)); in write()
358 ReleaseOperation ro(_global_mspace, _global_mspace->live_list(true)); in clear()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jfr/recorder/checkpoint/
H A DjfrCheckpointManager.cpp345 ReleaseOperation ro(_global_mspace, _global_mspace->live_list(true)); in write()
359 ReleaseOperation ro(_global_mspace, _global_mspace->live_list(true)); in clear()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/db/
H A Dversion_set.h1012 void AddLiveFiles(std::vector<FileDescriptor>* live_list);
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/db/
H A Dversion_set.h1016 void AddLiveFiles(std::vector<FileDescriptor>* live_list);
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/db/
H A Dversion_set.h1016 void AddLiveFiles(std::vector<FileDescriptor>* live_list);
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/db/
H A Dversion_set.h1016 void AddLiveFiles(std::vector<FileDescriptor>* live_list);

12