Searched defs:new_space_counter_bytes (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/heap/
H A Dgc-tracer.cc309 size_t new_space_counter_bytes,
314 new_space_allocation_counter_bytes_ = new_space_counter_bytes;
321 new_space_counter_bytes - new_space_allocation_counter_bytes_;
326 new_space_allocation_counter_bytes_ = new_space_counter_bytes;
308 SampleAllocation(double current_ms, size_t new_space_counter_bytes, size_t old_generation_counter_bytes) argument

Completed in 69 milliseconds