OLD_POINTER_SPACE  188 src/heap-inl.h          retry_space == OLD_POINTER_SPACE ||
OLD_POINTER_SPACE  210 src/heap-inl.h   if (OLD_POINTER_SPACE == space) {
OLD_POINTER_SPACE  352 src/heap-inl.h   return (space == OLD_POINTER_SPACE)
OLD_POINTER_SPACE  375 src/heap-inl.h         ? OLD_POINTER_SPACE
OLD_POINTER_SPACE  378 src/heap-inl.h     return (type <= LAST_DATA_TYPE) ? OLD_DATA_SPACE : OLD_POINTER_SPACE;
OLD_POINTER_SPACE  497 src/heap.cc      CollectGarbage(OLD_POINTER_SPACE, gc_reason);
OLD_POINTER_SPACE  519 src/heap.cc        if (!CollectGarbage(OLD_POINTER_SPACE, MARK_COMPACTOR, gc_reason, NULL)) {
OLD_POINTER_SPACE  676 src/heap.cc          AbortIncrementalMarkingAndCollectGarbage(this, OLD_POINTER_SPACE,
OLD_POINTER_SPACE 2189 src/heap.cc      { MaybeObject* maybe_obj = Allocate(oddball_map(), OLD_POINTER_SPACE);
OLD_POINTER_SPACE 2195 src/heap.cc      { MaybeObject* maybe_obj = Allocate(oddball_map(), OLD_POINTER_SPACE);
OLD_POINTER_SPACE 2497 src/heap.cc      { MaybeObject* maybe_result = Allocate(oddball_map(), OLD_POINTER_SPACE);
OLD_POINTER_SPACE 3044 src/heap.cc      MaybeObject* maybe = Allocate(shared_function_info_map(), OLD_POINTER_SPACE);
OLD_POINTER_SPACE 3736 src/heap.cc          (pretenure == TENURED) ? OLD_POINTER_SPACE : NEW_SPACE;
OLD_POINTER_SPACE 3777 src/heap.cc            AllocateRaw(arguments_object_size, NEW_SPACE, OLD_POINTER_SPACE);
OLD_POINTER_SPACE 3950 src/heap.cc          (pretenure == TENURED) ? OLD_POINTER_SPACE : NEW_SPACE;
OLD_POINTER_SPACE 4160 src/heap.cc      { MaybeObject* maybe_obj = Allocate(map, OLD_POINTER_SPACE);
OLD_POINTER_SPACE 4199 src/heap.cc              AllocateRaw(object_size, NEW_SPACE, OLD_POINTER_SPACE);
OLD_POINTER_SPACE 4710 src/heap.cc          (pretenure == TENURED) ? OLD_POINTER_SPACE : NEW_SPACE;
OLD_POINTER_SPACE 4715 src/heap.cc      } else if (space == OLD_POINTER_SPACE &&
OLD_POINTER_SPACE 4722 src/heap.cc          (size <= Page::kMaxNonCodeHeapObjectSize) ? OLD_POINTER_SPACE : LO_SPACE;
OLD_POINTER_SPACE 5006 src/heap.cc          (size > Page::kMaxNonCodeHeapObjectSize) ? LO_SPACE : OLD_POINTER_SPACE;
OLD_POINTER_SPACE 5304 src/heap.cc        case OLD_POINTER_SPACE:
OLD_POINTER_SPACE 6090 src/heap.cc                       OLD_POINTER_SPACE,
OLD_POINTER_SPACE 6331 src/heap.cc        case OLD_POINTER_SPACE:
OLD_POINTER_SPACE 6351 src/heap.cc        case OLD_POINTER_SPACE:
OLD_POINTER_SPACE 6370 src/heap.cc        case OLD_POINTER_SPACE:
OLD_POINTER_SPACE 6432 src/heap.cc        case OLD_POINTER_SPACE:
OLD_POINTER_SPACE 2167 src/heap.h       OldSpaces() { counter_ = OLD_POINTER_SPACE; }
OLD_POINTER_SPACE 2179 src/heap.h       PagedSpaces() { counter_ = OLD_POINTER_SPACE; }
OLD_POINTER_SPACE  206 src/liveobjectlist.cc       if (strcmp(key_str, "old-pointer") == 0) return OLD_POINTER_SPACE;
OLD_POINTER_SPACE  424 src/mark-compact.cc     case OLD_POINTER_SPACE: return "OLD_POINTER_SPACE";
OLD_POINTER_SPACE  499 src/mark-compact.cc   ASSERT(space->identity() == OLD_POINTER_SPACE ||
OLD_POINTER_SPACE 2695 src/mark-compact.cc   if (dest == OLD_POINTER_SPACE || dest == LO_SPACE) {
OLD_POINTER_SPACE 3419 src/mark-compact.cc           case OLD_POINTER_SPACE:
OLD_POINTER_SPACE  404 src/mksnapshot.cc       partial_ser.CurrentAllocationAddress(i::OLD_POINTER_SPACE),
OLD_POINTER_SPACE 1831 src/runtime.cc       JSRegExpResult::kSize, NEW_SPACE, OLD_POINTER_SPACE);
OLD_POINTER_SPACE  759 src/serialize.cc   } else if (space_number == OLD_POINTER_SPACE) {                              \
OLD_POINTER_SPACE  878 src/serialize.cc   CASE_STATEMENT(where, how, within, OLD_POINTER_SPACE)                        \
OLD_POINTER_SPACE  879 src/serialize.cc   CASE_BODY(where, how, within, OLD_POINTER_SPACE, kUnknownOffsetFromStart)    \
OLD_POINTER_SPACE  898 src/serialize.cc   CASE_STATEMENT(where, how, within, OLD_POINTER_SPACE)                        \
OLD_POINTER_SPACE  877 src/spaces.cc      case OLD_POINTER_SPACE:
OLD_POINTER_SPACE  188 test/cctest/test-heap.cc   CHECK_EQ(OLD_POINTER_SPACE,
OLD_POINTER_SPACE  189 test/cctest/test-heap.cc            Failure::RetryAfterGC(OLD_POINTER_SPACE)->allocation_space());
OLD_POINTER_SPACE  398 test/cctest/test-heap.cc   HEAP->CollectGarbage(OLD_POINTER_SPACE);
OLD_POINTER_SPACE  408 test/cctest/test-heap.cc   HEAP->CollectGarbage(OLD_POINTER_SPACE);
OLD_POINTER_SPACE  443 test/cctest/test-heap.cc   HEAP->CollectGarbage(OLD_POINTER_SPACE);
OLD_POINTER_SPACE 1560 test/cctest/test-heap.cc   HEAP->CollectGarbage(OLD_POINTER_SPACE);
OLD_POINTER_SPACE  107 test/cctest/test-mark-compact.cc   HEAP->CollectGarbage(OLD_POINTER_SPACE);
OLD_POINTER_SPACE  110 test/cctest/test-mark-compact.cc   CHECK(HEAP->InSpace(*array, OLD_POINTER_SPACE));
OLD_POINTER_SPACE  124 test/cctest/test-mark-compact.cc   HEAP->CollectGarbage(OLD_POINTER_SPACE);
OLD_POINTER_SPACE  152 test/cctest/test-mark-compact.cc   HEAP->CollectGarbage(OLD_POINTER_SPACE);
OLD_POINTER_SPACE  161 test/cctest/test-mark-compact.cc   HEAP->CollectGarbage(OLD_POINTER_SPACE);
OLD_POINTER_SPACE  202 test/cctest/test-mark-compact.cc   HEAP->CollectGarbage(OLD_POINTER_SPACE);
OLD_POINTER_SPACE  224 test/cctest/test-mark-compact.cc   HEAP->CollectGarbage(OLD_POINTER_SPACE);
OLD_POINTER_SPACE  298 test/cctest/test-mark-compact.cc   HEAP->CollectGarbage(OLD_POINTER_SPACE);
OLD_POINTER_SPACE  369 test/cctest/test-mark-compact.cc   HEAP->CollectGarbage(OLD_POINTER_SPACE);
OLD_POINTER_SPACE  397 test/cctest/test-mark-compact.cc   HEAP->CollectGarbage(OLD_POINTER_SPACE);
OLD_POINTER_SPACE  410 test/cctest/test-mark-compact.cc   HEAP->CollectGarbage(OLD_POINTER_SPACE);
OLD_POINTER_SPACE  397 test/cctest/test-serialize.cc         p_ser.CurrentAllocationAddress(OLD_POINTER_SPACE),
OLD_POINTER_SPACE  519 test/cctest/test-serialize.cc         p_ser.CurrentAllocationAddress(OLD_POINTER_SPACE),
OLD_POINTER_SPACE  141 test/cctest/test-spaces.cc                        OLD_POINTER_SPACE,
OLD_POINTER_SPACE  220 test/cctest/test-spaces.cc                              OLD_POINTER_SPACE,