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

  /external/v8/src/heap/
spaces-inl.h 225 MemoryChunk::FromAddress(object->address())->IncrementLiveBytes(by);
236 void MemoryChunk::IncrementLiveBytes(int by) {
252 chunk->IncrementLiveBytes(by);
spaces.cc     [all...]
spaces.h 420 inline void IncrementLiveBytes(int by);
    [all...]

Completed in 114 milliseconds