Home | History | Annotate | Download | only in heap

Lines Matching defs:HasBeenSetUp

2140   bool HasBeenSetUp();
2462 bool HasBeenSetUp() { return maximum_capacity_ != 0; }
2654 bool HasBeenSetUp() {
2655 return to_space_.HasBeenSetUp() && from_space_.HasBeenSetUp();