HomeSort by relevance Sort by last modified time
    Searched refs:next_object_must_be_here_or_later (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
mark-compact.cc 106 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();
    [all...]
  /external/v8/src/
mark-compact.cc 93 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();
    [all...]

Completed in 680 milliseconds