Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dmark-compact.cc834 heap()->old_space()->VerifyLiveBytes(); in VerifyMarking()
835 heap()->map_space()->VerifyLiveBytes(); in VerifyMarking()
836 heap()->code_space()->VerifyLiveBytes(); in VerifyMarking()
Dspaces.h2259 void VerifyLiveBytes(); in NON_EXPORTED_BASE()
Dspaces.cc2051 void PagedSpace::VerifyLiveBytes() { in AllocateChunk() function in v8::internal::PagedSpace