Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc4895 const uint16_t capped_count = CappedAllocRecordCount(records->GetRecentAllocationSize()); in DumpRecentAllocations() local
4896 uint16_t count = capped_count; in DumpRecentAllocations()
5037 const uint16_t capped_count = CappedAllocRecordCount(records->GetRecentAllocationSize()); in GetRecentAllocations() local
5038 uint16_t count = capped_count; in GetRecentAllocations()
5052 LOG(INFO) << "recent allocation records: " << capped_count; in GetRecentAllocations()
5074 JDWP::Append2BE(bytes, capped_count); in GetRecentAllocations()
5082 count = capped_count; in GetRecentAllocations()