Searched refs:capped_count (Results 1 – 1 of 1) sorted by relevance
4963 const uint16_t capped_count = CappedAllocRecordCount(Dbg::alloc_record_count_); in DumpRecentAllocations() local4964 uint16_t count = capped_count; in DumpRecentAllocations()5096 const uint16_t capped_count = CappedAllocRecordCount(Dbg::alloc_record_count_); in GetRecentAllocations() local5097 uint16_t count = capped_count; in GetRecentAllocations()5115 LOG(INFO) << "allocation records: " << capped_count; in GetRecentAllocations()5136 JDWP::Append2BE(bytes, capped_count); in GetRecentAllocations()5145 for (count = capped_count; count != 0; --count) { in GetRecentAllocations()