Searched refs:heapStatus (Results 1 – 3 of 3) sorted by relevance
336 JSHeapStatus heapStatus; in ForceGC() local337 if (JSI::GetJSHeapStatus(heapStatus)) { in ForceGC()339 heapStatus.allocBytes, heapStatus.peakAllocBytes); in ForceGC()
799 bool JSI::GetJSHeapStatus(JSHeapStatus &heapStatus) in GetJSHeapStatus() argument806 heapStatus.totalBytes = stats.size; in GetJSHeapStatus()807 heapStatus.allocBytes = stats.allocated_bytes; in GetJSHeapStatus()808 heapStatus.peakAllocBytes = stats.peak_allocated_bytes; in GetJSHeapStatus()
553 static bool GetJSHeapStatus(JSHeapStatus &heapStatus);