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

  /external/chromium_org/v8/src/
spaces.h 480 void IncrementLiveBytes(int by) {
528 MemoryChunk::FromAddress(address)->IncrementLiveBytes(by);
    [all...]
spaces.cc 914 chunk->IncrementLiveBytes(by);
    [all...]
  /external/v8/src/
spaces.h 456 void IncrementLiveBytes(int by) {
472 MemoryChunk::FromAddress(address)->IncrementLiveBytes(by);
    [all...]
spaces.cc 770 chunk->IncrementLiveBytes(by);
    [all...]

Completed in 34 milliseconds