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

  /external/v8/src/heap/
gc-tracer.cc 109 new_space_allocation_counter_bytes_(0),
125 new_space_allocation_counter_bytes_ = 0.0;
320 new_space_allocation_counter_bytes_ = new_space_counter_bytes;
327 new_space_counter_bytes - new_space_allocation_counter_bytes_;
332 new_space_allocation_counter_bytes_ = new_space_counter_bytes;
    [all...]
gc-tracer.h 414 size_t new_space_allocation_counter_bytes_; member in class:v8::internal::GCTracer

Completed in 97 milliseconds