HomeSort by relevance Sort by last modified time
    Searched refs:IsNewlyAllocated (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/space/
region_space.h 242 return regions_[idx].IsNewlyAllocated();
248 return r->IsNewlyAllocated();
338 if (!r->IsFree() && !r->IsNewlyAllocated()) {
483 bool IsNewlyAllocated() const {
513 if (IsNewlyAllocated()) {
region_space.cc 190 if (IsNewlyAllocated()) {
360 bool is_newly_allocated = r->IsNewlyAllocated();
    [all...]

Completed in 53 milliseconds