Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h919 uint32_t allocations_count() { return allocations_count_; } in allocations_count() function
Dheap.cc5209 PrintF("\n### Allocations = %u, hash = 0x%08x\n", allocations_count(), hash); in PrintAlloctionsHash()