Home
last modified time | relevance | path

Searched refs:allocations_count_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dheap-inl.h271 ++allocations_count_; in OnAllocationEvent()
278 if (allocations_count_ % FLAG_dump_allocations_digest_at_alloc == 0) { in OnAllocationEvent()
284 if (!FLAG_verify_predictable) ++allocations_count_; in OnAllocationEvent()
285 if (allocations_count_ % FLAG_trace_allocation_stack_interval == 0) { in OnAllocationEvent()
305 ++allocations_count_; in OnMoveEvent()
313 if (allocations_count_ % FLAG_dump_allocations_digest_at_alloc == 0) { in OnMoveEvent()
Dheap.h744 uint32_t allocations_count() { return allocations_count_; } in allocations_count()
2080 uint32_t allocations_count_; variable
Dheap.cc104 allocations_count_(0), in Heap()