Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dpaged-spaces.h239 void VerifyLiveBytes(); in NON_EXPORTED_BASE()
Dpaged-spaces.cc819 void PagedSpace::VerifyLiveBytes() { in VerifyLiveBytes() function in v8::internal::PagedSpace
Dmark-compact.cc1041 heap()->old_space()->VerifyLiveBytes(); in VerifyMarking()
1042 if (heap()->map_space()) heap()->map_space()->VerifyLiveBytes(); in VerifyMarking()
1043 heap()->code_space()->VerifyLiveBytes(); in VerifyMarking()