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

  /external/v8/src/heap/
gc-tracer.cc 110 old_generation_allocation_counter_bytes_(0),
126 old_generation_allocation_counter_bytes_ = 0.0;
321 old_generation_allocation_counter_bytes_ = old_generation_counter_bytes;
329 old_generation_counter_bytes - old_generation_allocation_counter_bytes_;
333 old_generation_allocation_counter_bytes_ = old_generation_counter_bytes;
    [all...]
gc-tracer.h 415 size_t old_generation_allocation_counter_bytes_; member in class:v8::internal::GCTracer

Completed in 68 milliseconds