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

/external/chromium_org/v8/src/
H A Dmark-compact.cc106 Address next_object_must_be_here_or_later = bottom; local
113 CHECK(current >= next_object_must_be_here_or_later);
115 next_object_must_be_here_or_later = current + object->Size();
185 Address next_object_must_be_here_or_later = bottom; local
192 CHECK(current >= next_object_must_be_here_or_later);
194 next_object_must_be_here_or_later = current + object->Size();
/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 100 milliseconds