Searched refs:HasBeenSetUp (Results 1 – 7 of 7) sorted by relevance
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::Heap4362 CHECK(HasBeenSetUp()); in IdleNotification()[all …]
1911 bool HasBeenSetUp();2197 bool HasBeenSetUp() { return maximum_capacity_ != 0; } in HasBeenSetUp() function2393 bool HasBeenSetUp() { in HasBeenSetUp() function2394 return to_space_.HasBeenSetUp() && from_space_.HasBeenSetUp(); in HasBeenSetUp()
976 bool HasBeenSetUp();
1194 bool PagedSpace::HasBeenSetUp() { return true; } in AllocateChunk() function in v8::internal::PagedSpace
317 DCHECK(isolate_->heap()->HasBeenSetUp()); in StartProcessorIfNotStarted()
2518 DCHECK(!heap_.HasBeenSetUp()); in Throw()
342 if (isolate->heap()->HasBeenSetUp()) { in FatalProcessOutOfMemory()