Searched refs:HasBeenSetUp (Results 1 - 7 of 7) sorted by relevance

/external/v8/src/heap/
H A Dheap.cc187 if (!HasBeenSetUp()) return 0;
193 if (!HasBeenSetUp()) return 0;
200 if (!HasBeenSetUp()) return 0;
207 if (!HasBeenSetUp()) return 0;
214 if (!HasBeenSetUp()) return 0;
224 if (!HasBeenSetUp()) return 0;
231 if (!HasBeenSetUp()) return;
240 if (!HasBeenSetUp()) return 0;
251 bool Heap::HasBeenSetUp() { function in class:v8::internal::Heap
4425 CHECK(HasBeenSetUp());
[all...]
H A Dspaces.h1928 bool HasBeenSetUp();
2210 bool HasBeenSetUp() { return maximum_capacity_ != 0; } function in class:v8::internal::SemiSpace
2406 bool HasBeenSetUp() { function in class:v8::internal::NewSpace
2407 return to_space_.HasBeenSetUp() && from_space_.HasBeenSetUp();
H A Dheap.h1013 bool HasBeenSetUp();
H A Dspaces.cc1226 bool PagedSpace::HasBeenSetUp() { return true; } function in class:v8::internal::PagedSpace
/external/v8/src/profiler/
H A Dcpu-profiler.cc333 DCHECK(isolate_->heap()->HasBeenSetUp());
/external/v8/src/
H A Disolate.cc2669 DCHECK(!heap_.HasBeenSetUp());
H A Dapi.cc372 if (isolate->heap()->HasBeenSetUp()) {

Completed in 357 milliseconds