Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dembedder-tracing.cc54 if (!InUse()) return; in TracePrologue()
64 if (!InUse()) return; in TraceEpilogue()
93 if (!InUse()) return; in EnterFinalPause()
102 if (!InUse()) return true; in Trace()
111 return !InUse() || (cpp_heap_ ? cpp_heap()->IsTracingDone() in IsRemoteTracingDone()
190 DCHECK(InUse()); in EmbedderWriteBarrier()
Dembedder-tracing.h95 bool InUse() const { return cpp_heap_ || (remote_tracer_ != nullptr); } in InUse() function
112 return !FLAG_incremental_marking_wrappers || !InUse() || in ShouldFinalizeIncrementalMarking()
Dheap-write-barrier.cc54 if (!local_embedder_heap_tracer->InUse()) return; in MarkingSlowFromInternalFields()
Dincremental-marking.cc710 heap_->local_embedder_heap_tracer()->InUse(); in ShouldDoEmbedderStep()
933 if (heap_->local_embedder_heap_tracer()->InUse()) { in Step()
Dconcurrent-marking.cc470 heap_->local_embedder_heap_tracer()->InUse(), should_keep_ages_unchanged, in Run()
Dmark-compact.cc606 heap_->local_embedder_heap_tracer()->InUse(), in StartMarking()
2196 if (heap_->local_embedder_heap_tracer()->InUse()) { in PerformWrapperTracing()
Dheap.cc5618 if (local_embedder_heap_tracer()->InUse() && in IncrementalMarkingLimitReached()
/third_party/node/deps/v8/src/tracing/
Dtrace-event.cc50 has_parent_scope_ = table->InUse(); in Initialize()
Dtrace-event.h638 has_parent_scope_ = table->InUse(); \
/third_party/node/deps/v8/src/logging/
Druntime-call-stats.h612 bool InUse() { return in_use_; } in InUse() function