Searched refs:has_requested_gc_ (Results 1 – 2 of 2) sorted by relevance
19 has_requested_gc_(false), in StressScavengeObserver()31 if (has_requested_gc_ || heap_.new_space()->Capacity() == 0) { in Step()55 has_requested_gc_ = true; in Step()61 return has_requested_gc_; in HasRequestedGC()77 has_requested_gc_ = false; in RequestedGCDone()
29 bool has_requested_gc_; variable