Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dembedder-tracing.cc13 if (!InUse()) return; in TracePrologue()
21 if (!InUse()) return; in TraceEpilogue()
28 if (!InUse()) return; in AbortTracing()
35 if (!InUse()) return; in EnterFinalPause()
42 if (!InUse()) return false; in Trace()
49 return (InUse()) in NumberOfWrappersToTrace()
56 if (!InUse()) return; in RegisterWrappersWithRemoteTracer()
Dembedder-tracing.h25 bool InUse() { return remote_tracer_ != nullptr; } in InUse() function
51 return !FLAG_incremental_marking_wrappers || !InUse() || in ShouldFinalizeIncrementalMarking()
Dincremental-marking.cc599 DCHECK(!heap_->local_embedder_heap_tracer()->InUse()); in MarkObjectGroups()
729 if (!heap_->local_embedder_heap_tracer()->InUse()) { in FinalizeIncrementally()
1027 heap_->local_embedder_heap_tracer()->InUse(); in AdvanceIncrementalMarking()
Dobjects-visiting.h429 if (object->GetHeap()->local_embedder_heap_tracer()->InUse()) { in INLINE()
Dmark-compact.cc2100 if (heap_->local_embedder_heap_tracer()->InUse()) { in ProcessEphemeralMarking()
/external/valgrind/coregrind/
Dm_transtab.c330 enum { InUse, Deleted, Empty } status : 8; enumerator
543 vg_assert(tteH->status == InUse); in index_tteC()
554 vg_assert(tteH->status == InUse); in index_tteH()
826 vg_assert(sec->ttH[tteNo].status == InUse); in find_TTEntry_from_hcode()
1006 vg_assert(here_tteH->status == InUse); in unchain_in_preparation_for_deletion()
1250 if (tteH->status != InUse) in sanity_check_eclasses_in_sector()
1294 vg_assert(tteH->status == InUse); in sanity_check_eclasses_in_sector()
1321 case InUse: VG_(printf)("InUse\n"); break; in sanity_check_eclasses_in_sector()
1621 if (sec->ttH[ei].status == InUse) { in initialiseSector()
1803 sectors[y].ttH[tteix].status = InUse; in VG_()
[all …]
/external/webrtc/webrtc/video/
Dvie_remb.h47 bool InUse() const;
Dvie_remb.cc90 bool VieRemb::InUse() const { in InUse() function in webrtc::VieRemb
/external/v8/src/tracing/
Dtrace-event.cc47 has_parent_scope_ = table->InUse(); in Initialize()
/external/webrtc/webrtc/call/
Dcongestion_controller.cc191 RTC_DCHECK(!remb_->InUse()); in ~CongestionController()
/external/v8/src/
Dcounters.h880 bool InUse() { return in_use_; } in InUse() function