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

  /external/v8/src/heap/
remembered-set.h 16 enum PointerDirection { OLD_TO_OLD, OLD_TO_NEW };
138 if (direction == OLD_TO_OLD && new_count == 0) {
205 STATIC_ASSERT(direction == OLD_TO_OLD);
222 if (direction == OLD_TO_OLD) {
230 if (direction == OLD_TO_OLD) {
238 if (direction == OLD_TO_OLD) {
244 if (direction == OLD_TO_OLD) {
254 if (direction == OLD_TO_OLD) {
mark-compact-inl.h 44 RememberedSet<OLD_TO_OLD>::Insert(source_page,
mark-compact.cc 755 RememberedSet<OLD_TO_OLD>::ClearAll(heap());
    [all...]
spaces.cc     [all...]
heap.cc     [all...]

Completed in 68 milliseconds