Home
last modified time | relevance | path

Searched refs:NativeContextStats (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dmemory-measurement.h23 class NativeContextStats; variable
33 void FinishProcessing(const NativeContextStats& stats);
86 class V8_EXPORT_PRIVATE NativeContextStats {
97 void Merge(const NativeContextStats& other);
Dmemory-measurement-inl.h44 V8_INLINE bool NativeContextStats::HasExternalBytes(Map map) { in HasExternalBytes()
50 V8_INLINE void NativeContextStats::IncrementSize(Address context, Map map, in IncrementSize()
Dconcurrent-marking.h81 void FlushNativeContexts(NativeContextStats* main_stats);
105 NativeContextStats native_context_stats;
Dmemory-measurement.cc214 void MemoryMeasurement::FinishProcessing(const NativeContextStats& stats) { in FinishProcessing()
392 void NativeContextStats::Clear() { size_by_context_.clear(); } in Clear()
394 void NativeContextStats::Merge(const NativeContextStats& other) { in Merge()
400 void NativeContextStats::IncrementExternalSize(Address context, Map map, in IncrementExternalSize()
Dconcurrent-marking.cc474 NativeContextStats& native_context_stats = task_state->native_context_stats; in Run()
643 void ConcurrentMarking::FlushNativeContexts(NativeContextStats* main_stats) { in FlushNativeContexts()
Dmark-compact.h804 NativeContextStats native_context_stats_;