Searched defs:HasBeenSetUp (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/heap/ | ||
D | spaces.h | 2210 bool HasBeenSetUp() { return maximum_capacity_ != 0; } in HasBeenSetUp() function |
D | spaces.cc | 1226 bool PagedSpace::HasBeenSetUp() { return true; } in AllocateChunk() function in v8::internal::PagedSpace |
D | heap.cc | 251 bool Heap::HasBeenSetUp() { in HasBeenSetUp() function in v8::internal::Heap |