Home
last modified time | relevance | path

Searched defs:mspace (Results 1 – 25 of 250) sorted by relevance

12345678910

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/jfr/recorder/storage/
H A DjfrMemorySpace.inline.hpp126 inline size_t size_adjustment(size_t size, Mspace* mspace) { in size_adjustment()
136 inline typename Mspace::Type* mspace_allocate(size_t size, Mspace* mspace) { in mspace_allocate()
141 inline typename Mspace::Type* mspace_allocate_acquired(size_t size, Mspace* mspace, Thread* thread)… in mspace_allocate_acquired()
168 inline typename Mspace::Type* mspace_allocate_to_full(size_t size, Mspace* mspace, Thread* thread) { in mspace_allocate_to_full()
210 inline typename Mspace::Type* mspace_get_free(size_t size, Mspace* mspace, Thread* thread) { in mspace_get_free()
249 inline typename Mspace::Type* mspace_get_to_full(size_t size, Mspace* mspace, Thread* thread) { in mspace_get_to_full()
271 inline typename Mspace::Type* mspace_get_lease(size_t size, Mspace* mspace, Thread* thread) { in mspace_get_lease()
287 inline void mspace_release_full(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_full()
296 inline void mspace_release_free(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_free()
305 inline void mspace_release_full_critical(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_full_critical()
[all …]
H A DjfrMemorySpaceRetrieval.hpp42 …static Type* get(size_t size, Mspace* mspace, typename Mspace::Iterator& iterator, Thread* thread)… in get()
66 static Type* get(size_t size, Mspace* mspace, Thread* thread) { in get()
79 static Type* get(size_t size, Mspace* mspace, Thread* thread) { in get()
89 …static Type* get(size_t size, Mspace* mspace, typename Mspace::Iterator& iterator, Thread* thread)… in get()
107 static Type* get(size_t size, Mspace* mspace, Thread* thread) { in get()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/jfr/recorder/storage/
H A DjfrMemorySpace.inline.hpp126 inline size_t size_adjustment(size_t size, Mspace* mspace) { in size_adjustment()
136 inline typename Mspace::Type* mspace_allocate(size_t size, Mspace* mspace) { in mspace_allocate()
141 inline typename Mspace::Type* mspace_allocate_acquired(size_t size, Mspace* mspace, Thread* thread)… in mspace_allocate_acquired()
168 inline typename Mspace::Type* mspace_allocate_to_full(size_t size, Mspace* mspace, Thread* thread) { in mspace_allocate_to_full()
210 inline typename Mspace::Type* mspace_get_free(size_t size, Mspace* mspace, Thread* thread) { in mspace_get_free()
249 inline typename Mspace::Type* mspace_get_to_full(size_t size, Mspace* mspace, Thread* thread) { in mspace_get_to_full()
271 inline typename Mspace::Type* mspace_get_lease(size_t size, Mspace* mspace, Thread* thread) { in mspace_get_lease()
287 inline void mspace_release_full(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_full()
296 inline void mspace_release_free(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_free()
305 inline void mspace_release_full_critical(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_full_critical()
[all …]
H A DjfrMemorySpaceRetrieval.hpp42 …static Type* get(size_t size, Mspace* mspace, typename Mspace::Iterator& iterator, Thread* thread)… in get()
66 static Type* get(size_t size, Mspace* mspace, Thread* thread) { in get()
79 static Type* get(size_t size, Mspace* mspace, Thread* thread) { in get()
89 …static Type* get(size_t size, Mspace* mspace, typename Mspace::Iterator& iterator, Thread* thread)… in get()
107 static Type* get(size_t size, Mspace* mspace, Thread* thread) { in get()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/jfr/recorder/storage/
H A DjfrMemorySpace.inline.hpp126 inline size_t size_adjustment(size_t size, Mspace* mspace) { in size_adjustment()
136 inline typename Mspace::Type* mspace_allocate(size_t size, Mspace* mspace) { in mspace_allocate()
141 inline typename Mspace::Type* mspace_allocate_acquired(size_t size, Mspace* mspace, Thread* thread)… in mspace_allocate_acquired()
168 inline typename Mspace::Type* mspace_allocate_to_full(size_t size, Mspace* mspace, Thread* thread) { in mspace_allocate_to_full()
210 inline typename Mspace::Type* mspace_get_free(size_t size, Mspace* mspace, Thread* thread) { in mspace_get_free()
249 inline typename Mspace::Type* mspace_get_to_full(size_t size, Mspace* mspace, Thread* thread) { in mspace_get_to_full()
271 inline typename Mspace::Type* mspace_get_lease(size_t size, Mspace* mspace, Thread* thread) { in mspace_get_lease()
287 inline void mspace_release_full(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_full()
296 inline void mspace_release_free(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_free()
305 inline void mspace_release_full_critical(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_full_critical()
[all …]
H A DjfrMemorySpaceRetrieval.hpp42 …static Type* get(size_t size, Mspace* mspace, typename Mspace::Iterator& iterator, Thread* thread)… in get()
66 static Type* get(size_t size, Mspace* mspace, Thread* thread) { in get()
79 static Type* get(size_t size, Mspace* mspace, Thread* thread) { in get()
89 …static Type* get(size_t size, Mspace* mspace, typename Mspace::Iterator& iterator, Thread* thread)… in get()
107 static Type* get(size_t size, Mspace* mspace, Thread* thread) { in get()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/recorder/storage/
H A DjfrMemorySpace.inline.hpp164 Mspace* const mspace = new Mspace(buffer_size, limit, cache_count, cb); in create_mspace() local
172 inline size_t size_adjustment(size_t size, Mspace* mspace) { in size_adjustment()
182 inline typename Mspace::Type* mspace_allocate(size_t size, Mspace* mspace) { in mspace_allocate()
227 MspaceLock(Mspace* mspace) : _mspace(mspace) { _mspace->lock(); } in MspaceLock()
265 inline typename Mspace::Type* mspace_get_free(size_t size, Mspace* mspace, Thread* thread) { in mspace_get_free()
326 inline typename Mspace::Type* mspace_get_lease(size_t size, Mspace* mspace, Thread* thread) { in mspace_get_lease()
342 inline void mspace_release_full(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_full()
351 inline void mspace_release_free(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_free()
360 inline void mspace_release_full_critical(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_full_critical()
366 inline void mspace_release_free_critical(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_free_critical()
[all …]
H A DjfrMemorySpaceRetrieval.hpp42 …static Type* get(size_t size, Mspace* mspace, typename Mspace::Iterator& iterator, Thread* thread)… in get()
66 static Type* get(size_t size, Mspace* mspace, Thread* thread) { in get()
79 static Type* get(size_t size, Mspace* mspace, Thread* thread) { in get()
89 …static Type* get(size_t size, Mspace* mspace, typename Mspace::Iterator& iterator, Thread* thread)… in get()
107 static Type* get(size_t size, Mspace* mspace, Thread* thread) { in get()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/jfr/recorder/storage/
H A DjfrMemorySpace.inline.hpp164 Mspace* const mspace = new Mspace(buffer_size, limit, cache_count, cb); in create_mspace() local
172 inline size_t size_adjustment(size_t size, Mspace* mspace) { in size_adjustment()
182 inline typename Mspace::Type* mspace_allocate(size_t size, Mspace* mspace) { in mspace_allocate()
227 MspaceLock(Mspace* mspace) : _mspace(mspace) { _mspace->lock(); } in MspaceLock()
265 inline typename Mspace::Type* mspace_get_free(size_t size, Mspace* mspace, Thread* thread) { in mspace_get_free()
326 inline typename Mspace::Type* mspace_get_lease(size_t size, Mspace* mspace, Thread* thread) { in mspace_get_lease()
342 inline void mspace_release_full(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_full()
351 inline void mspace_release_free(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_free()
360 inline void mspace_release_full_critical(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_full_critical()
366 inline void mspace_release_free_critical(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_free_critical()
[all …]
H A DjfrMemorySpaceRetrieval.hpp42 …static Type* get(size_t size, Mspace* mspace, typename Mspace::Iterator& iterator, Thread* thread)… in get()
66 static Type* get(size_t size, Mspace* mspace, Thread* thread) { in get()
79 static Type* get(size_t size, Mspace* mspace, Thread* thread) { in get()
89 …static Type* get(size_t size, Mspace* mspace, typename Mspace::Iterator& iterator, Thread* thread)… in get()
107 static Type* get(size_t size, Mspace* mspace, Thread* thread) { in get()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/jfr/recorder/storage/
H A DjfrMemorySpace.inline.hpp164 Mspace* const mspace = new Mspace(buffer_size, limit, cache_count, cb); in create_mspace() local
172 inline size_t size_adjustment(size_t size, Mspace* mspace) { in size_adjustment()
182 inline typename Mspace::Type* mspace_allocate(size_t size, Mspace* mspace) { in mspace_allocate()
227 MspaceLock(Mspace* mspace) : _mspace(mspace) { _mspace->lock(); } in MspaceLock()
265 inline typename Mspace::Type* mspace_get_free(size_t size, Mspace* mspace, Thread* thread) { in mspace_get_free()
326 inline typename Mspace::Type* mspace_get_lease(size_t size, Mspace* mspace, Thread* thread) { in mspace_get_lease()
342 inline void mspace_release_full(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_full()
351 inline void mspace_release_free(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_free()
360 inline void mspace_release_full_critical(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_full_critical()
366 inline void mspace_release_free_critical(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_free_critical()
[all …]
H A DjfrMemorySpaceRetrieval.hpp42 …static Type* get(size_t size, Mspace* mspace, typename Mspace::Iterator& iterator, Thread* thread)… in get()
66 static Type* get(size_t size, Mspace* mspace, Thread* thread) { in get()
79 static Type* get(size_t size, Mspace* mspace, Thread* thread) { in get()
89 …static Type* get(size_t size, Mspace* mspace, typename Mspace::Iterator& iterator, Thread* thread)… in get()
107 static Type* get(size_t size, Mspace* mspace, Thread* thread) { in get()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/jfr/recorder/storage/
H A DjfrMemorySpace.inline.hpp165 Mspace* const mspace = new Mspace(buffer_size, limit, cache_count, cb); in create_mspace() local
173 inline size_t size_adjustment(size_t size, Mspace* mspace) { in size_adjustment()
183 inline typename Mspace::Type* mspace_allocate(size_t size, Mspace* mspace) { in mspace_allocate()
228 MspaceLock(Mspace* mspace) : _mspace(mspace) { _mspace->lock(); } in MspaceLock()
266 inline typename Mspace::Type* mspace_get_free(size_t size, Mspace* mspace, Thread* thread) { in mspace_get_free()
327 inline typename Mspace::Type* mspace_get_lease(size_t size, Mspace* mspace, Thread* thread) { in mspace_get_lease()
343 inline void mspace_release_full(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_full()
352 inline void mspace_release_free(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_free()
361 inline void mspace_release_full_critical(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_full_critical()
367 inline void mspace_release_free_critical(typename Mspace::Type* t, Mspace* mspace) { in mspace_release_free_critical()
[all …]
H A DjfrMemorySpaceRetrieval.hpp42 …static Type* get(size_t size, Mspace* mspace, typename Mspace::Iterator& iterator, Thread* thread)… in get()
66 static Type* get(size_t size, Mspace* mspace, Thread* thread) { in get()
79 static Type* get(size_t size, Mspace* mspace, Thread* thread) { in get()
89 …static Type* get(size_t size, Mspace* mspace, typename Mspace::Iterator& iterator, Thread* thread)… in get()
107 static Type* get(size_t size, Mspace* mspace, Thread* thread) { in get()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/jfr/recorder/storage/
H A DjfrMemorySpace.inline.hpp304 Mspace* const mspace = new Mspace(min_element_size, free_list_cache_count_limit, cb); in create_mspace() local
312 inline typename Mspace::NodePtr mspace_allocate(size_t size, Mspace* mspace) { in mspace_allocate()
352 inline typename Mspace::NodePtr mspace_acquire_free(size_t size, Mspace* mspace, Thread* thread) { in mspace_acquire_free()
445 inline void mspace_release(typename Mspace::NodePtr node, Mspace* mspace) { in mspace_release()
453 inline void process_live_list(Callback& callback, Mspace* mspace, bool previous_epoch = false) { in process_live_list()
459 inline void process_free_list(Callback& callback, Mspace* mspace) { in process_free_list()
472 ReleaseOp(Mspace* mspace) : _mspace(mspace) {} in ReleaseOp()
503 ReleaseWithExcisionOp(Mspace* mspace, List& list) : in ReleaseWithExcisionOp()
532 ScavengingReleaseOp(Mspace* mspace, List& list) : in ScavengingReleaseOp()
579 ReleaseRetiredOp(Mspace* mspace, FromList& list) : in ReleaseRetiredOp()
[all …]
H A DjfrMemorySpaceRetrieval.hpp36 …static Node* acquire(Mspace* mspace, bool free_list, Thread* thread, size_t size, bool previous_ep… in acquire()
46 static Node* acquire(Mspace* mspace, Iterator& iterator, Thread* thread, size_t size) { in acquire()
68 …static Node* acquire(Mspace* mspace, bool free_list, Thread* thread, size_t size, bool previous_ep… in acquire()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/jfr/recorder/storage/
H A DjfrMemorySpace.inline.hpp305 Mspace* const mspace = new Mspace(min_element_size, free_list_cache_count_limit, cb); in create_mspace() local
313 inline typename Mspace::NodePtr mspace_allocate(size_t size, Mspace* mspace) { in mspace_allocate()
353 inline typename Mspace::NodePtr mspace_acquire_free(size_t size, Mspace* mspace, Thread* thread) { in mspace_acquire_free()
446 inline void mspace_release(typename Mspace::NodePtr node, Mspace* mspace) { in mspace_release()
454 inline void process_live_list(Callback& callback, Mspace* mspace, bool previous_epoch = false) { in process_live_list()
460 inline void process_free_list(Callback& callback, Mspace* mspace) { in process_free_list()
473 ReleaseOp(Mspace* mspace) : _mspace(mspace) {} in ReleaseOp()
504 ReleaseWithExcisionOp(Mspace* mspace, List& list) : in ReleaseWithExcisionOp()
533 ScavengingReleaseOp(Mspace* mspace, List& list) : in ScavengingReleaseOp()
580 ReleaseRetiredOp(Mspace* mspace, FromList& list) : in ReleaseRetiredOp()
[all …]
H A DjfrMemorySpaceRetrieval.hpp36 …static Node* acquire(Mspace* mspace, bool free_list, Thread* thread, size_t size, bool previous_ep… in acquire()
46 static Node* acquire(Mspace* mspace, Iterator& iterator, Thread* thread, size_t size) { in acquire()
68 …static Node* acquire(Mspace* mspace, bool free_list, Thread* thread, size_t size, bool previous_ep… in acquire()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/jfr/recorder/storage/
H A DjfrMemorySpace.inline.hpp304 Mspace* const mspace = new Mspace(min_element_size, free_list_cache_count_limit, cb); in create_mspace() local
312 inline typename Mspace::NodePtr mspace_allocate(size_t size, Mspace* mspace) { in mspace_allocate()
352 inline typename Mspace::NodePtr mspace_acquire_free(size_t size, Mspace* mspace, Thread* thread) { in mspace_acquire_free()
445 inline void mspace_release(typename Mspace::NodePtr node, Mspace* mspace) { in mspace_release()
453 inline void process_live_list(Callback& callback, Mspace* mspace, bool previous_epoch = false) { in process_live_list()
459 inline void process_free_list(Callback& callback, Mspace* mspace) { in process_free_list()
472 ReleaseOp(Mspace* mspace) : _mspace(mspace) {} in ReleaseOp()
503 ReleaseWithExcisionOp(Mspace* mspace, List& list) : in ReleaseWithExcisionOp()
532 ScavengingReleaseOp(Mspace* mspace, List& list) : in ScavengingReleaseOp()
579 ReleaseRetiredOp(Mspace* mspace, FromList& list) : in ReleaseRetiredOp()
[all …]
H A DjfrMemorySpaceRetrieval.hpp36 …static Node* acquire(Mspace* mspace, bool free_list, Thread* thread, size_t size, bool previous_ep… in acquire()
46 static Node* acquire(Mspace* mspace, Iterator& iterator, Thread* thread, size_t size) { in acquire()
68 …static Node* acquire(Mspace* mspace, bool free_list, Thread* thread, size_t size, bool previous_ep… in acquire()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dmathml.css49 maction, merror, mfrac, mphantom, mrow, mspace, mstyle selector
63 mspace { selector
/dports/science/py-h5py/h5py-3.6.0/h5py/
H A D_proxy.pxd15 cdef herr_t dset_rw(hid_t dset, hid_t mtype, hid_t mspace, hid_t fspace,
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dkonamigx.cpp55 auto &mspace = m_maincpu->space(AS_PROGRAM); in K055550_word_w() local
181 auto &mspace = m_maincpu->space(AS_PROGRAM); in K053990_martchmp_word_w() local
480 auto &mspace = m_maincpu->space(AS_PROGRAM); in fantjour_dma_w() local
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dkonamigx.cpp55 auto &mspace = m_maincpu->space(AS_PROGRAM); in K055550_word_w() local
181 auto &mspace = m_maincpu->space(AS_PROGRAM); in K053990_martchmp_word_w() local
480 auto &mspace = m_maincpu->space(AS_PROGRAM); in fantjour_dma_w() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/jfr/recorder/checkpoint/
H A DjfrCheckpointManager.cpp159 static BufferPtr lease_free(size_t size, JfrCheckpointMspace* mspace, size_t retry_count, Thread* t… in lease_free()
195 JfrCheckpointMspace* mspace = instance().lookup(old); in lease_buffer() local
325 static size_t write_mspace(JfrCheckpointMspace* mspace, JfrChunkWriter& chunkwriter) { in write_mspace()
387 static JfrBuffer* get_epoch_transition_buffer(JfrCheckpointMspace* mspace, Thread* t) { in get_epoch_transition_buffer()

12345678910