HomeSort by relevance Sort by last modified time
    Searched refs:allocations_count_ (Results 1 - 3 of 3) sorted by null

  /external/v8/src/heap/
heap-inl.h 271 ++allocations_count_;
278 if (allocations_count_ % FLAG_dump_allocations_digest_at_alloc == 0) {
284 if (!FLAG_verify_predictable) ++allocations_count_;
285 if (allocations_count_ % FLAG_trace_allocation_stack_interval == 0) {
305 ++allocations_count_;
313 if (allocations_count_ % FLAG_dump_allocations_digest_at_alloc == 0) {
heap.h 2080 uint32_t allocations_count_; member in class:v8::internal::Heap
    [all...]
heap.cc 104 allocations_count_(0),
    [all...]

Completed in 2342 milliseconds