Home
last modified time | relevance | path

Searched refs:SpaceAccountingMode (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dsweeper.cc286 free_start, size, SpaceAccountingMode::kSpaceUnaccounted); in RawSweep()
326 free_start, size, SpaceAccountingMode::kSpaceUnaccounted); in RawSweep()
Dspaces.h143 enum class SpaceAccountingMode { kSpaceAccounted, kSpaceUnaccounted }; enum
2186 size_t Free(Address start, size_t size_in_bytes, SpaceAccountingMode mode) { in NON_EXPORTED_BASE()
2190 if (mode == SpaceAccountingMode::kSpaceAccounted) { in NON_EXPORTED_BASE()
Dspaces.cc1740 SpaceAccountingMode::kSpaceAccounted); in AllocateChunk()
1776 SpaceAccountingMode::kSpaceAccounted); in AllocateChunk()
1870 SpaceAccountingMode::kSpaceAccounted); in AllocateChunk()
1959 Free(limit, end - limit, SpaceAccountingMode::kSpaceAccounted); in AllocateChunk()