Home
last modified time | relevance | path

Searched refs:DecrementExternalBackingStoreBytes (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dmemory-chunk-inl.h22 void MemoryChunk::DecrementExternalBackingStoreBytes( in DecrementExternalBackingStoreBytes() function
26 owner()->DecrementExternalBackingStoreBytes(type, amount); in DecrementExternalBackingStoreBytes()
Dspaces-inl.h51 void Space::DecrementExternalBackingStoreBytes(ExternalBackingStoreType type, in DecrementExternalBackingStoreBytes() function
54 heap()->DecrementExternalBackingStoreBytes(type, amount); in DecrementExternalBackingStoreBytes()
Dmemory-chunk.h171 inline void DecrementExternalBackingStoreBytes(ExternalBackingStoreType type,
Dheap-inl.h227 page->DecrementExternalBackingStoreBytes( in FinalizeExternalString()
566 void Heap::DecrementExternalBackingStoreBytes(ExternalBackingStoreType type, in DecrementExternalBackingStoreBytes() function
Darray-buffer-sweeper.cc267 heap_->DecrementExternalBackingStoreBytes( in DecrementExternalMemoryCounters()
Dspaces.h166 inline void DecrementExternalBackingStoreBytes(ExternalBackingStoreType type,
Dnew-spaces.cc272 DecrementExternalBackingStoreBytes(t, page->ExternalBackingStoreBytes(t)); in RemovePage()
Dpaged-spaces.cc302 DecrementExternalBackingStoreBytes(t, page->ExternalBackingStoreBytes(t)); in RemovePage()
Dheap.h1950 inline void DecrementExternalBackingStoreBytes(ExternalBackingStoreType type,
Dheap.cc2878 page->DecrementExternalBackingStoreBytes( in UpdateExternalString()