Home
last modified time | relevance | path

Searched refs:HasBeenSetUp (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/heap/
Dspaces.h1660 bool HasBeenSetUp();
2081 bool HasBeenSetUp() { return start_ != NULL; } in HasBeenSetUp() function
2329 bool HasBeenSetUp() { in HasBeenSetUp() function
2330 return to_space_.HasBeenSetUp() && from_space_.HasBeenSetUp(); in HasBeenSetUp()
Dheap.cc161 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::Heap
4386 if (!HasBeenSetUp()) return; in Print()
4449 return HasBeenSetUp() && in Contains()
4466 if (!HasBeenSetUp()) return false; in InSpace()
[all …]
Dheap.h542 bool HasBeenSetUp();
Dspaces.cc906 bool PagedSpace::HasBeenSetUp() { return true; } in HasBeenSetUp() function in v8::internal::PagedSpace
/external/v8/test/cctest/
Dtest-spaces.cc353 CHECK(new_space.HasBeenSetUp()); in TEST()
/external/v8/src/
Dcpu-profiler.cc440 DCHECK(isolate_->heap()->HasBeenSetUp()); in StartProcessorIfNotStarted()
Disolate.cc1905 DCHECK(!heap_.HasBeenSetUp()); in Init()
Dapi.cc164 if (isolate->heap()->HasBeenSetUp()) { in FatalProcessOutOfMemory()