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

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

Completed in 50 milliseconds