Searched refs:blocked_us (Results 1 – 2 of 2) sorted by relevance
381 if (s.blocked_us()) { in AHeapProfile_reportAllocation()382 client_ptr->AddClientSpinlockBlockedUs(s.blocked_us()); in AHeapProfile_reportAllocation()431 if (s.blocked_us()) { in AHeapProfile_reportSample()432 (*g_client_ptr)->AddClientSpinlockBlockedUs(s.blocked_us()); in AHeapProfile_reportSample()464 if (s.blocked_us()) { in AHeapProfile_reportFree()465 client->AddClientSpinlockBlockedUs(s.blocked_us()); in AHeapProfile_reportFree()
88 size_t blocked_us() const { return blocked_us_; } in blocked_us() function