Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dallocation-tracker.h37 unsigned allocation_count() const { return allocation_count_; } in allocation_count() function
Dheap-snapshot-generator.cc2972 buffer_pos = utoa(node->allocation_count(), buffer, buffer_pos); in SerializeTraceNode()