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 481 void IncrementLiveBytes(int by) {
529 MemoryChunk::FromAddress(address)->IncrementLiveBytes(by);
    [all...]

Completed in 27 milliseconds