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 };
125 if (direction == OLD_TO_OLD && new_count == 0) {
192 STATIC_ASSERT(direction == OLD_TO_OLD);
209 if (direction == OLD_TO_OLD) {
217 if (direction == OLD_TO_OLD) {
225 if (direction == OLD_TO_OLD) {
231 if (direction == OLD_TO_OLD) {
241 if (direction == OLD_TO_OLD) {
mark-compact-inl.h 68 RememberedSet<OLD_TO_OLD>::Insert(source_page,
mark-compact.cc 761 RememberedSet<OLD_TO_OLD>::ClearAll(heap());
    [all...]
spaces.cc     [all...]
heap.cc     [all...]

Completed in 72 milliseconds