Searched refs:InUse (Results 1 - 13 of 13) sorted by relevance

/external/v8/src/heap/
H A Dembedder-tracing.cc13 if (!InUse()) return;
21 if (!InUse()) return;
28 if (!InUse()) return;
35 if (!InUse()) return;
42 if (!InUse()) return false;
49 return (InUse())
56 if (!InUse()) return;
H A Dembedder-tracing.h25 bool InUse() { return remote_tracer_ != nullptr; } function in class:v8::internal::final
51 return !FLAG_incremental_marking_wrappers || !InUse() ||
H A Dincremental-marking.cc599 DCHECK(!heap_->local_embedder_heap_tracer()->InUse());
729 if (!heap_->local_embedder_heap_tracer()->InUse()) {
1027 heap_->local_embedder_heap_tracer()->InUse();
H A Dobjects-visiting.h429 if (object->GetHeap()->local_embedder_heap_tracer()->InUse()) {
H A Dmark-compact.cc2100 if (heap_->local_embedder_heap_tracer()->InUse()) {
/external/tensorflow/tensorflow/core/common_runtime/gpu/
H A Dgpu_event_mgr.cc58 InUse* ue = &used_events_[0];
150 void EventMgr::QueueInUse(gpu::Stream* stream, InUse iu) {
189 gtl::InlinedVector<InUse, 4>* to_free) {
209 // Make a copy of the InUse record so we can free it after releasing
213 // Mark this InUse record as completed.
217 // Then clear any completed InUse records from the front of the queue.
219 InUse& iu = used_events_.front();
H A Dgpu_event_mgr.h103 struct InUse { struct in class:tensorflow::EventMgr
110 typedef gtl::InlinedVector<InUse, 4> ToFreeVector;
136 void QueueInUse(perftools::gputools::Stream* stream, InUse in_use)
157 // and then retire them. It appends InUse elements that need cleanup
180 // A FIFO queue of InUse events and associated tensors.
181 std::deque<InUse> used_events_ GUARDED_BY(mu_);
/external/webrtc/webrtc/video/
H A Dvie_remb.h47 bool InUse() const;
H A Dvie_remb.cc90 bool VieRemb::InUse() const { function in class:webrtc::VieRemb
/external/v8/src/tracing/
H A Dtrace-event.cc47 has_parent_scope_ = table->InUse();
/external/valgrind/coregrind/
H A Dm_transtab.c179 } prof; // if status == InUse
180 TTEno next_empty_tte; // if status != InUse
330 enum { InUse, Deleted, Empty } status : 8; enumerator in enum:__anon29181::__anon29182
409 /* The count of tt entries with state InUse. */
543 vg_assert(tteH->status == InUse);
554 vg_assert(tteH->status == InUse);
826 vg_assert(sec->ttH[tteNo].status == InUse);
1006 vg_assert(here_tteH->status == InUse);
1250 if (tteH->status != InUse)
1294 vg_assert(tteH->status == InUse);
[all...]
/external/webrtc/webrtc/call/
H A Dcongestion_controller.cc191 RTC_DCHECK(!remb_->InUse());
/external/v8/src/
H A Dcounters.h880 bool InUse() { return in_use_; } function in class:v8::internal::final

Completed in 271 milliseconds