Searched defs:CappedAllocRecordCount (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddebugger.cc67 static uint16_t CappedAllocRecordCount(size_t alloc_record_count) { function in namespace:art
4619 const uint16_t capped_count = CappedAllocRecordCount(Dbg::alloc_record_count_);
4752 const uint16_t capped_count = CappedAllocRecordCount(Dbg::alloc_record_count_);

Completed in 79 milliseconds