HomeSort by relevance Sort by last modified time
    Searched full:allocation_count_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/profiler/
allocation-tracker.h 37 unsigned allocation_count() const { return allocation_count_; }
47 unsigned allocation_count_; member in class:v8::internal::AllocationTraceNode
allocation-tracker.cc 19 allocation_count_(0),
52 ++allocation_count_;
57 base::OS::Print("%10u %10u %*c", total_size_, allocation_count_, indent, ' ');

Completed in 654 milliseconds