Searched refs:HasBeenSetUp (Results 1 – 8 of 8) sorted by relevance
1660 bool HasBeenSetUp();2081 bool HasBeenSetUp() { return start_ != NULL; } in HasBeenSetUp() function2329 bool HasBeenSetUp() { in HasBeenSetUp() function2330 return to_space_.HasBeenSetUp() && from_space_.HasBeenSetUp(); in HasBeenSetUp()
161 if (!HasBeenSetUp()) return 0; in Capacity()171 if (!HasBeenSetUp()) return 0; in CommittedMemory()181 if (!HasBeenSetUp()) return 0; in CommittedPhysicalMemory()195 if (!HasBeenSetUp()) return 0; in CommittedMemoryExecutable()202 if (!HasBeenSetUp()) return; in UpdateMaximumCommitted()212 if (!HasBeenSetUp()) return 0; in Available()221 bool Heap::HasBeenSetUp() { in HasBeenSetUp() function in v8::internal::Heap4386 if (!HasBeenSetUp()) return; in Print()4449 return HasBeenSetUp() && in Contains()4466 if (!HasBeenSetUp()) return false; in InSpace()[all …]
542 bool HasBeenSetUp();
906 bool PagedSpace::HasBeenSetUp() { return true; } in HasBeenSetUp() function in v8::internal::PagedSpace
353 CHECK(new_space.HasBeenSetUp()); in TEST()
440 DCHECK(isolate_->heap()->HasBeenSetUp()); in StartProcessorIfNotStarted()
1905 DCHECK(!heap_.HasBeenSetUp()); in Init()
164 if (isolate->heap()->HasBeenSetUp()) { in FatalProcessOutOfMemory()