Searched refs:capped_count (Results 1 – 1 of 1) sorted by relevance
4862 const uint16_t capped_count = CappedAllocRecordCount(records->GetRecentAllocationSize()); in DumpRecentAllocations() local4863 uint16_t count = capped_count; in DumpRecentAllocations()5070 const uint16_t capped_count = CappedAllocRecordCount(records->GetRecentAllocationSize()); in GetRecentAllocations() local5071 uint16_t count = capped_count; in GetRecentAllocations()5102 LOG(INFO) << "recent allocation records: " << capped_count; in GetRecentAllocations()5124 JDWP::Append2BE(bytes, capped_count); in GetRecentAllocations()5138 count = capped_count; in GetRecentAllocations()