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

  /external/v8/src/
mark-compact.h 432 static int live_bytes_; member in class:v8::internal::MarkCompactCollector
mark-compact.cc 55 int MarkCompactCollector::live_bytes_ = 0; member in class:v8::internal::MarkCompactCollector
138 live_bytes_ = 0;
743 live_bytes_ += obj->Size();
    [all...]

Completed in 755 milliseconds