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

  /external/v8/src/
heap-profiler.cc 106 number_and_size.increment_bytes(size);
842 strings.increment_bytes(info[type].bytes());
852 agg_snapshot_->info()[type].increment_bytes(obj->Size());
    [all...]
spaces.h 1277 void increment_bytes(int size) { bytes_ += size; } function in class:v8::internal::BASE_EMBEDDED
    [all...]
spaces.cc     [all...]

Completed in 4084 milliseconds