Searched refs:next_object_must_be_here_or_later (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dmark-compact.cc93 Address next_object_must_be_here_or_later = bottom; local
100 ASSERT(current >= next_object_must_be_here_or_later);
102 next_object_must_be_here_or_later = current + object->Size();
171 Address next_object_must_be_here_or_later = bottom; local
178 ASSERT(current >= next_object_must_be_here_or_later);
180 next_object_must_be_here_or_later = current + object->Size();

Completed in 53 milliseconds