Home
last modified time | relevance | path

Searched refs:storeBuffer (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/soundtouch/source/SoundTouch/
H A DRateTransposer.cpp227 storeBuffer.putSamples(count); in upsample()
231 num = storeBuffer.numSamples(); in upsample()
233 storeBuffer.ptrBegin(), num, (uint)numChannels); in upsample()
237 storeBuffer.receiveSamples(count); in upsample()
252 storeBuffer.putSamples(src, nSamples); in downsample()
258 sizeTemp = storeBuffer.numSamples(); in downsample()
261 storeBuffer.ptrBegin(), sizeTemp, (uint)numChannels); in downsample()
266 storeBuffer.receiveSamples(count); in downsample()
333 storeBuffer.setChannels(numChannels); in setChannels()
346 storeBuffer.clear(); in clear()
[all …]
H A DRateTransposer.h76 FIFOSampleBuffer storeBuffer; variable
128 FIFOSamplePipe *getStore() { return &storeBuffer; }; in getStore()
/dports/graphics/krita/krita-4.4.8/libs/store/
H A DKoXmlVector.h102 void storeBuffer() { in storeBuffer() function
150 storeBuffer(); in newItem()
171 storeBuffer(); in squeeze()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/store/
H A DKoXmlVector.h102 void storeBuffer() { in storeBuffer() function
150 storeBuffer(); in newItem()
171 storeBuffer(); in squeeze()
/dports/editors/calligra/calligra-3.2.1/libs/store/
H A DKoXmlVector.h102 void storeBuffer() { in storeBuffer() function
150 storeBuffer(); in newItem()
171 storeBuffer(); in squeeze()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DUnboxedObject-inl.h81 unboxedObject->zone()->group()->storeBuffer().putWholeCell( in SetUnboxedValueNoTypeChange()
123 unboxedObject->zone()->group()->storeBuffer().putWholeCell( in SetUnboxedValue()
145 unboxedObject->zone()->group()->storeBuffer().putWholeCell( in SetUnboxedValue()
H A DShape-inl.h135 auto& storeBuffer = in GetterSetterWriteBarrierPost() local
136 shape->runtimeFromActiveCooperatingThread()->gc.storeBuffer(); in GetterSetterWriteBarrierPost()
138 storeBuffer.putGeneric(NurseryShapesRef(shape->zone())); in GetterSetterWriteBarrierPost()
140 storeBuffer.setAboutToOverflow(JS::gcreason::FULL_SHAPE_BUFFER); in GetterSetterWriteBarrierPost()
/dports/www/firefox-esr/firefox-91.8.0/js/src/gc/
H A DStoreBuffer.cpp204 rt->gc.storeBuffer().setAboutToOverflow( in allocateCellSet()
237 StoreBuffer* buffer = next->storeBuffer(); in PostWriteBarrierCell()
238 if (!buffer || (prev && prev->storeBuffer())) { in PostWriteBarrierCell()
H A DBarrier.h361 (sb = next.toGCThing()->storeBuffer())) {
367 prev.toGCThing()->storeBuffer()) {
375 (sb = prev.toGCThing()->storeBuffer())) {
889 if (cell->storeBuffer()) {
890 cell->storeBuffer()->putSlot(owner, kind, slot, 1);
/dports/www/firefox/firefox-99.0/js/src/gc/
H A DStoreBuffer.cpp204 rt->gc.storeBuffer().setAboutToOverflow( in allocateCellSet()
237 StoreBuffer* buffer = next->storeBuffer(); in PostWriteBarrierCell()
238 if (!buffer || (prev && prev->storeBuffer())) { in PostWriteBarrierCell()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/gc/
H A DStoreBuffer.cpp204 rt->gc.storeBuffer().setAboutToOverflow( in allocateCellSet()
237 StoreBuffer* buffer = next->storeBuffer(); in PostWriteBarrierCell()
238 if (!buffer || (prev && prev->storeBuffer())) { in PostWriteBarrierCell()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/gc/
H A DStoreBuffer.cpp142 rt->gc.storeBuffer.setAboutToOverflow(); in AllocateWholeCellSet()
147 rt->gc.storeBuffer.addToWholeCellBuffer(cells); in AllocateWholeCellSet()
H A DNursery.cpp95 new (&trailer) gc::ChunkTrailer(rt, &rt->gc.storeBuffer); in init()
185 if (!runtime()->gc.storeBuffer.enable()) in init()
217 MOZ_ALWAYS_TRUE(runtime()->gc.storeBuffer.enable()); in enable()
229 runtime()->gc.storeBuffer.disable(); in disable()
556 rt->gc.storeBuffer.clear(); in collect()
672 StoreBuffer& sb = rt->gc.storeBuffer; in doCollection()
750 rt->gc.storeBuffer.clear(); in doCollection()
H A DHeap.h270 inline StoreBuffer* storeBuffer() const;
766 : location(ChunkLocation::Nursery), storeBuffer(sb), runtime(rt) in ChunkTrailer()
771 : location(ChunkLocation::TenuredHeap), storeBuffer(nullptr), runtime(rt) in ChunkTrailer()
780 StoreBuffer* storeBuffer; member
1000 return trailer.storeBuffer; in isNurseryChunk()
1174 Cell::storeBuffer() const in storeBuffer() function
1176 return chunk()->trailer.storeBuffer; in storeBuffer()
H A DBarrier.h298 … if (next.isObject() && (sb = reinterpret_cast<gc::Cell*>(&next.toObject())->storeBuffer())) {
303 if (prev.isObject() && reinterpret_cast<gc::Cell*>(&prev.toObject())->storeBuffer())
309 if (prev.isObject() && (sb = reinterpret_cast<gc::Cell*>(&prev.toObject())->storeBuffer()))
716 if (cell->storeBuffer())
717 cell->storeBuffer()->putSlot(owner, kind, slot, 1);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/gc/
H A DStoreBuffer.cpp108 zone->group()->storeBuffer().setAboutToOverflow( in AllocateWholeCellSet()
114 zone->group()->storeBuffer().addToWholeCellBuffer(cells); in AllocateWholeCellSet()
H A DCell.h72 inline StoreBuffer* storeBuffer() const;
220 inline StoreBuffer* Cell::storeBuffer() const { in storeBuffer() function
221 return chunk()->trailer.storeBuffer; in storeBuffer()
H A DHeap.h484 : location(ChunkLocation::Nursery), storeBuffer(sb), runtime(rt) {} in ChunkTrailer()
489 storeBuffer(nullptr), in ChunkTrailer()
499 StoreBuffer* storeBuffer; member
746 bool isNurseryChunk() const { return trailer.storeBuffer; } in isNurseryChunk()
792 offsetof(Chunk, trailer) + offsetof(ChunkTrailer, storeBuffer),
H A DNursery.cpp91 new (&trailer) gc::ChunkTrailer(rt, &rt->gc.storeBuffer()); in init()
181 if (!runtime()->gc.storeBuffer().enable()) return false; in init()
212 MOZ_ALWAYS_TRUE(runtime()->gc.storeBuffer().enable()); in enable()
225 runtime()->gc.storeBuffer().disable(); in disable()
621 runtime()->gc.storeBuffer().clear(); in collect()
766 StoreBuffer& sb = runtime()->gc.storeBuffer(); in doCollection()
845 runtime()->gc.storeBuffer().clear(); in doCollection()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/gc/
H A DHeap.h507 : location(ChunkLocation::Nursery), storeBuffer(sb), runtime(rt) {} in ChunkTrailer()
512 storeBuffer(nullptr), in ChunkTrailer()
522 StoreBuffer* storeBuffer; member
775 bool isNurseryChunk() const { return trailer.storeBuffer; } in isNurseryChunk()
823 offsetof(Chunk, trailer) + offsetof(ChunkTrailer, storeBuffer),
/dports/www/firefox-esr/firefox-91.8.0/js/public/
H A DHeapAPI.h81 ChunkBase(JSRuntime* rt, StoreBuffer* sb) : storeBuffer(sb), runtime(rt) { in alignas()
88 StoreBuffer* storeBuffer; in alignas()
251 const size_t ChunkStoreBufferOffset = offsetof(ChunkBase, storeBuffer);
567 return GetCellChunkBase(cell)->storeBuffer; in CellHasStoreBuffer()
/dports/mail/thunderbird/thunderbird-91.8.0/js/public/
H A DHeapAPI.h81 ChunkBase(JSRuntime* rt, StoreBuffer* sb) : storeBuffer(sb), runtime(rt) { in alignas()
88 StoreBuffer* storeBuffer; in alignas()
251 const size_t ChunkStoreBufferOffset = offsetof(ChunkBase, storeBuffer);
567 return GetCellChunkBase(cell)->storeBuffer; in CellHasStoreBuffer()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/gc/
H A DHeap.h241 inline StoreBuffer* storeBuffer() const;
818 : location(gc::ChunkLocationBitNursery), storeBuffer(sb), runtime(rt) in ChunkTrailer()
823 : location(gc::ChunkLocationBitTenuredHeap), storeBuffer(nullptr), runtime(rt) in ChunkTrailer()
832 StoreBuffer* storeBuffer; member
1056 return info.trailer.storeBuffer; in isNurseryChunk()
1341 Cell::storeBuffer() const in storeBuffer() function
1343 return chunk()->info.trailer.storeBuffer; in storeBuffer()
H A DBarrier.h285 … if (next.isObject() && (sb = reinterpret_cast<gc::Cell*>(&next.toObject())->storeBuffer())) {
290 if (prev.isObject() && reinterpret_cast<gc::Cell*>(&prev.toObject())->storeBuffer())
296 if (prev.isObject() && (sb = reinterpret_cast<gc::Cell*>(&prev.toObject())->storeBuffer()))
703 if (cell->storeBuffer())
704 cell->storeBuffer()->putSlot(owner, kind, slot, 1);
/dports/www/firefox/firefox-99.0/js/public/
H A DHeapAPI.h88 storeBuffer = sb; in alignas()
94 StoreBuffer* storeBuffer; in alignas()
258 const size_t ChunkStoreBufferOffset = offsetof(ChunkBase, storeBuffer);
588 return GetCellChunkBase(cell)->storeBuffer; in CellHasStoreBuffer()

12345678