Searched defs:HasBeenSetUp (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/heap/
H A Dspaces.cc906 bool PagedSpace::HasBeenSetUp() { return true; } function in class:v8::internal::PagedSpace
H A Dheap.cc161 if (!HasBeenSetUp()) return 0;
171 if (!HasBeenSetUp()) return 0;
181 if (!HasBeenSetUp()) return 0;
195 if (!HasBeenSetUp()) return 0;
202 if (!HasBeenSetUp()) return;
212 if (!HasBeenSetUp()) return 0;
221 bool Heap::HasBeenSetUp() { function in class:v8::internal::Heap
4386 if (!HasBeenSetUp()) return;
4449 return HasBeenSetUp() &&
4466 if (!HasBeenSetUp()) retur
[all...]
H A Dspaces.h1660 bool HasBeenSetUp();
2081 bool HasBeenSetUp() { return start_ != NULL; } function in class:v8::internal::SemiSpace
2329 bool HasBeenSetUp() { function in class:v8::internal::NewSpace
2330 return to_space_.HasBeenSetUp() && from_space_.HasBeenSetUp();

Completed in 105 milliseconds