Lines Matching refs:records
4859 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in DumpRecentAllocations() local
4860 CHECK(records != nullptr); in DumpRecentAllocations()
4862 const uint16_t capped_count = CappedAllocRecordCount(records->GetRecentAllocationSize()); in DumpRecentAllocations()
4866 for (auto it = records->RBegin(), end = records->REnd(); in DumpRecentAllocations()
5049 gc::AllocRecordObjectMap* records = Runtime::Current()->GetHeap()->GetAllocationRecords(); in GetRecentAllocations() local
5053 if (records == nullptr) { in GetRecentAllocations()
5055 records = &dummy; in GetRecentAllocations()
5070 const uint16_t capped_count = CappedAllocRecordCount(records->GetRecentAllocationSize()); in GetRecentAllocations()
5073 for (auto it = records->RBegin(), end = records->REnd(); in GetRecentAllocations()
5103 LOG(INFO) << "allocation records all objects: " << records->Size(); in GetRecentAllocations()
5141 for (auto it = records->RBegin(), end = records->REnd(); in GetRecentAllocations()