Lines Matching refs:HasBeenSetUp
183 if (!HasBeenSetUp()) return 0; in Capacity()
189 if (!HasBeenSetUp()) return 0; in OldGenerationCapacity()
196 if (!HasBeenSetUp()) return 0; in CommittedOldGenerationMemory()
203 if (!HasBeenSetUp()) return 0; in CommittedMemory()
210 if (!HasBeenSetUp()) return 0; in CommittedPhysicalMemory()
220 if (!HasBeenSetUp()) return 0; in CommittedMemoryExecutable()
227 if (!HasBeenSetUp()) return; in UpdateMaximumCommitted()
236 if (!HasBeenSetUp()) return 0; in Available()
247 bool Heap::HasBeenSetUp() { in HasBeenSetUp() function in v8::internal::Heap
4362 CHECK(HasBeenSetUp()); in IdleNotification()
4499 if (!HasBeenSetUp()) return; in Print()
4603 return HasBeenSetUp() && in Contains()
4613 return HasBeenSetUp() && in ContainsSlow()
4623 if (!HasBeenSetUp()) return false; in InSpace()
4645 if (!HasBeenSetUp()) return false; in InSpaceSlow()
4698 CHECK(HasBeenSetUp()); in Verify()
4988 if (HasBeenSetUp()) return false; in ConfigureHeap()