Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dnew-spaces-inl.h68 if (Page::IsAlignedToPageSize(current_)) { in Next()
Dspaces.h243 static bool IsAlignedToPageSize(Address addr) { in IsAlignedToPageSize() function
Dnew-spaces.cc665 if (!Page::IsAlignedToPageSize(current)) { in Verify()