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 366 ++allocations_count_;
373 if (allocations_count_ % FLAG_dump_allocations_digest_at_alloc == 0) {
379 if (!FLAG_verify_predictable) ++allocations_count_;
380 if (allocations_count_ % FLAG_trace_allocation_stack_interval == 0) {
400 ++allocations_count_;
408 if (allocations_count_ % FLAG_dump_allocations_digest_at_alloc == 0) {
heap.h 2206 uint32_t allocations_count_; member in class:v8::internal::GarbageCollectionReason::Heap
    [all...]
heap.cc 111 allocations_count_(0),
    [all...]

Completed in 841 milliseconds