Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap-inl.h261 ++allocations_count_; in OnAllocationEvent()
268 if (allocations_count_ % FLAG_dump_allocations_digest_at_alloc == 0) { in OnAllocationEvent()
274 if (!FLAG_verify_predictable) ++allocations_count_; in OnAllocationEvent()
275 if (allocations_count_ % FLAG_trace_allocation_stack_interval == 0) { in OnAllocationEvent()
295 ++allocations_count_; in OnMoveEvent()
303 if (allocations_count_ % FLAG_dump_allocations_digest_at_alloc == 0) { in OnMoveEvent()
Dheap.h919 uint32_t allocations_count() { return allocations_count_; } in allocations_count()
2219 uint32_t allocations_count_; variable
Dheap.cc105 allocations_count_(0), in Heap()