Home
last modified time | relevance | path

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

/art/runtime/gc/allocator/
Drosalloc.cc1363 size_t curr_fpr_size = 0; in DumpPageMap() local
1378 DCHECK_EQ(curr_fpr_size, static_cast<size_t>(0)); in DumpPageMap()
1380 curr_fpr_size = fpr->ByteSize(this); in DumpPageMap()
1381 DCHECK_EQ(curr_fpr_size % kPageSize, static_cast<size_t>(0)); in DumpPageMap()
1382 remaining_curr_fpr_size = curr_fpr_size - kPageSize; in DumpPageMap()
1384 << " (FPR start) fpr_size=" << curr_fpr_size in DumpPageMap()
1389 curr_fpr_size = 0; in DumpPageMap()
1396 DCHECK(curr_fpr != nullptr && curr_fpr_size > 0 && remaining_curr_fpr_size > 0); in DumpPageMap()
1405 curr_fpr_size = 0; in DumpPageMap()