Home
last modified time | relevance | path

Searched refs:curr_fpr_size (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/allocator/
Drosalloc.cc1214 size_t curr_fpr_size = 0; in DumpPageMap() local
1229 DCHECK_EQ(curr_fpr_size, static_cast<size_t>(0)); in DumpPageMap()
1231 curr_fpr_size = fpr->ByteSize(this); in DumpPageMap()
1232 DCHECK_EQ(curr_fpr_size % kPageSize, static_cast<size_t>(0)); in DumpPageMap()
1233 remaining_curr_fpr_size = curr_fpr_size - kPageSize; in DumpPageMap()
1235 << " (FPR start) fpr_size=" << curr_fpr_size in DumpPageMap()
1240 curr_fpr_size = 0; in DumpPageMap()
1247 DCHECK(curr_fpr != nullptr && curr_fpr_size > 0 && remaining_curr_fpr_size > 0); in DumpPageMap()
1256 curr_fpr_size = 0; in DumpPageMap()