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

  /external/chromium_org/v8/src/heap/
spaces.h 471 void IncrementLiveBytes(int by) {
518 MemoryChunk::FromAddress(address)->IncrementLiveBytes(by);
    [all...]
spaces.cc 873 chunk->IncrementLiveBytes(by);
    [all...]

Completed in 140 milliseconds