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

  /external/v8/src/heap/
scavenger.cc 149 ObjectAndSize object_and_size; local
152 copied_list_.Pop(&object_and_size)) {
153 scavenge_visitor.Visit(object_and_size.first);
162 while (promotion_list_.Pop(&object_and_size)) {
163 HeapObject* target = object_and_size.first;
164 int size = object_and_size.second;
sweeper.cc 273 for (auto object_and_size :
275 HeapObject* const object = object_and_size.first;
mark-compact.cc     [all...]

Completed in 475 milliseconds