Home
last modified time | relevance | path

Searched refs:ResetLiveBytes (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/v8/src/heap/
Dspaces-inl.h24 chunk->ResetLiveBytes(); in Clear()
Dspaces.cc455 chunk->ResetLiveBytes(); in Initialize()
1616 page->ResetLiveBytes(); in FlipPages()
2940 Page::FromAddress(object->address())->ResetLiveBytes(); in FreeUnmarkedObjects()
Dmark-compact.cc531 Page::FromAddress(obj->address())->ResetLiveBytes(); in ClearMarkbits()
3165 p->ResetLiveBytes(); in EvacuateLiveObjectsFromPage()
3374 p->ResetLiveBytes(); in Sweep()
3715 p->ResetLiveBytes(); in ReleaseEvacuationCandidates()
Dspaces.h464 void ResetLiveBytes() { in ResetLiveBytes() function