Home
last modified time | relevance | path

Searched defs:IsFree (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/cppgc/
Dheap-object-header.h304 bool HeapObjectHeader::IsFree() const { in IsFree() function
/third_party/node/deps/v8/src/base/
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/
DMSFBuilder.cpp327 bool IsFree = in commitFpm() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp284 unsigned IsFree : 1; member
529 bool IsFree = Analyzer.visit(I); in analyzeLoopUnrollCost() local
DLICM.cpp1337 bool IsFree = isFreeInLoop(I, CurLoop, TTI); in isNotUsedOrFreeInLoop() local
/third_party/gptfdisk/
Dgpt.cc2412 int GPTData::IsFree(uint64_t sector, uint32_t *partNum) { in IsFree() function in GPTData