HomeSort by relevance Sort by last modified time
    Searched refs:InUse (Results 1 - 18 of 18) sorted by null

  /external/v8/src/heap/
embedder-tracing.cc 13 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;
embedder-tracing.h 25 bool InUse() { return remote_tracer_ != nullptr; }
51 return !FLAG_incremental_marking_wrappers || !InUse() ||
incremental-marking.cc 599 DCHECK(!heap_->local_embedder_heap_tracer()->InUse());
729 if (!heap_->local_embedder_heap_tracer()->InUse()) {
    [all...]
objects-visiting.h 429 if (object->GetHeap()->local_embedder_heap_tracer()->InUse()) {
mark-compact.cc     [all...]
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/
SmbiosSlotPopulation.h 42 BOOLEAN InUse; // Does the slot have a card in it
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
SmbiosSlotPopulation.h 50 BOOLEAN InUse; // Does the slot have a card in it
  /external/webrtc/webrtc/video/
vie_remb.h 47 bool InUse() const;
vie_remb.cc 90 bool VieRemb::InUse() const {
  /external/v8/src/tracing/
trace-event.cc 47 has_parent_scope_ = table->InUse();
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
SlotConfig.c 133 mSlotInformation.SlotEntries[j].InUse = TRUE;
  /external/valgrind/coregrind/
m_transtab.c 179 } prof; // if status == InUse
180 TTEno next_empty_tte; // if status != InUse
330 enum { InUse, Deleted, Empty } status : 8;
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);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpConfig.c 247 TxBufWrap->InUse = FALSE;
325 TxBufWrap->InUse = TRUE;
365 if (!TxBufWrap->InUse) {
375 TxBufWrap->InUse = FALSE;
    [all...]
MnpImpl.h 103 BOOLEAN InUse;
    [all...]
  /external/webrtc/webrtc/call/
congestion_controller.cc 191 RTC_DCHECK(!remb_->InUse());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
classpnp.h 629 BOOLEAN InUse;
  /external/v8/src/
counters.h     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ec2/1.11.18/
aws-java-sdk-ec2-1.11.18.jar 

Completed in 319 milliseconds