Searched defs:InUse (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/heap/
H A Dembedder-tracing.h25 bool InUse() { return remote_tracer_ != nullptr; } function in class:v8::internal::final
51 return !FLAG_incremental_marking_wrappers || !InUse() ||
/external/webrtc/webrtc/video/
H A Dvie_remb.cc90 bool VieRemb::InUse() const { function in class:webrtc::VieRemb
/external/tensorflow/tensorflow/core/common_runtime/gpu/
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/v8/src/
H A Dcounters.h880 bool InUse() { return in_use_; } function in class:v8::internal::final
/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...]

Completed in 221 milliseconds