Home
last modified time | relevance | path

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

/third_party/node/src/tracing/
Dnode_trace_buffer.h27 bool IsFull() const { in IsFull() function
/third_party/node/deps/v8/include/libplatform/
Dv8-tracing.h140 bool IsFull() const { return next_free_ == kChunkSize; } in IsFull() function
/third_party/node/deps/v8/src/heap/base/
Dworklist.h28 bool IsFull() const { return index_ == capacity_; } in IsFull() function
/third_party/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp69 bool IsFull; member in COutWindow
/third_party/node/deps/v8/src/objects/
Dswiss-name-dictionary-inl.h725 bool SwissNameDictionary::IsFull(ctrl_t c) { in IsFull() function
Dobjects.cc4232 bool WeakArrayList::IsFull() const { return length() == capacity(); } in IsFull() function in v8::internal::WeakArrayList