Home
last modified time | relevance | path

Searched refs:IsFree (Results 1 - 21 of 21) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
H A Dobject-poisoner.h25 if (header.IsFree() || header.IsMarked()) return true; in VisitHeapObjectHeader()
H A Dpointer-policies.cc75 DCHECK(!header->IsFree()); in CheckPointerImpl()
H A Dheap-object-header.h104 bool IsFree() const;
304 bool HeapObjectHeader::IsFree() const { in IsFree() function in cppgc::internal::HeapObjectHeader
H A Dremembered-set.cc44 DCHECK(!header.IsFree()); in VisitRememberedSlots()
H A Dmarking-verifier.cc105 DCHECK(!header.IsFree()); in VisitHeapObjectHeader()
H A Dheap-statistics-collector.cc166 if (header.IsFree()) return true; in VisitHeapObjectHeader()
H A Dheap-base.cc44 if (header.IsFree()) return true; in VisitHeapObjectHeader()
H A Dheap-page.cc111 if (header->IsFree()) return nullptr; in TryObjectHeaderFromInnerAddress()
H A Dcompactor.cc338 if (header->IsFree()) { in CompactPage()
H A Dmarking-state.h88 DCHECK(!header.IsFree<AccessMode::kAtomic>()); in MarkNoPush()
H A Dsweeper.cc322 if (header->IsFree<kAtomicAccess>()) { in SweepNormalPage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp284 unsigned IsFree : 1; member
414 assert(Cost.IsFree && "Loop PHIs shouldn't be evaluated as they " in analyzeLoopUnrollCost()
430 if (!Cost.IsFree) { in analyzeLoopUnrollCost()
529 bool IsFree = Analyzer.visit(I); in analyzeLoopUnrollCost() local
531 (unsigned)IsFree, in analyzeLoopUnrollCost()
536 if (IsFree) in analyzeLoopUnrollCost()
H A DLICM.cpp1337 bool IsFree = isFreeInLoop(I, CurLoop, TTI); in isNotUsedOrFreeInLoop() local
1355 if (IsFree) { in isNotUsedOrFreeInLoop()
/third_party/node/deps/v8/src/base/
H A Dregion-allocator.h113 bool IsFree(Address address, size_t size);
H A Dregion-allocator.cc326 bool RegionAllocator::IsFree(Address address, size_t size) { in IsFree() function in v8::base::RegionAllocator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
H A DMSFBuilder.cpp327 bool IsFree = in commitFpm() local
329 uint8_t Mask = uint8_t(IsFree) << I; in commitFpm()
/third_party/gptfdisk/
H A Dgpt.h190 int IsFree(uint64_t sector, uint32_t *partNum = NULL);
H A Dgpttext.cc255 } while (IsFree(sector) == 0); in CreatePartition()
273 } while (IsFree(sector) == 0); in CreatePartition()
H A Dgpt.cc1988 if (IsFree(startSector) && (startSector <= endSector)) { in CreatePartition()
2193 sectorOK = IsFree(testSector++); in Align()
2205 sectorOK = IsFree(testSector--); in Align()
2412 if (Align(&endPlus) && IsFree(endPlus - 1) && (endPlus > start)) { in FindLastInFree()
2453 int GPTData::IsFree(uint64_t sector, uint32_t *partNum) { in IsFree() function in GPTData
2472 } // GPTData::IsFree() in IsFree()
H A Dgptcurses.cc443 if (!IsFree(lastAligned)) in MakeNewPart()
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-snapshot.cc565 if (header.IsFree()) return true; in VisitHeapObjectHeader()

Completed in 23 milliseconds