AllocationSpace 184 src/heap-inl.h AllocationSpace space,
AllocationSpace 185 src/heap-inl.h AllocationSpace retry_space) {
AllocationSpace 351 src/heap-inl.h AllocationSpace space = TargetSpaceId(type);
AllocationSpace 358 src/heap-inl.h AllocationSpace Heap::TargetSpaceId(InstanceType type) {
AllocationSpace 437 src/heap-inl.h bool Heap::CollectGarbage(AllocationSpace space, const char* gc_reason) {
AllocationSpace 2449 src/heap.cc AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE;
AllocationSpace 3033 src/heap.cc AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE;
AllocationSpace 3472 src/heap.cc AllocationSpace space =
AllocationSpace 3504 src/heap.cc AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE;
AllocationSpace 3672 src/heap.cc AllocationSpace retry_space =
AllocationSpace 3735 src/heap.cc AllocationSpace space =
AllocationSpace 3949 src/heap.cc AllocationSpace space =
AllocationSpace 4519 src/heap.cc AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE;
AllocationSpace 4520 src/heap.cc AllocationSpace retry_space = OLD_DATA_SPACE;
AllocationSpace 4565 src/heap.cc AllocationSpace space = (pretenure == TENURED) ? OLD_DATA_SPACE : NEW_SPACE;
AllocationSpace 4566 src/heap.cc AllocationSpace retry_space = OLD_DATA_SPACE;
AllocationSpace 4709 src/heap.cc AllocationSpace space =
AllocationSpace 4721 src/heap.cc AllocationSpace retry_space =
AllocationSpace 4842 src/heap.cc AllocationSpace space =
AllocationSpace 4859 src/heap.cc AllocationSpace retry_space =
AllocationSpace 5005 src/heap.cc AllocationSpace space =
AllocationSpace 616 src/heap.h MUST_USE_RESULT MaybeObject* Allocate(Map* map, AllocationSpace space);
AllocationSpace 971 src/heap.h AllocationSpace space,
AllocationSpace 972 src/heap.h AllocationSpace retry_space);
AllocationSpace 1038 src/heap.h bool CollectGarbage(AllocationSpace space,
AllocationSpace 1046 src/heap.h inline bool CollectGarbage(AllocationSpace space,
AllocationSpace 1186 src/heap.h bool InSpace(Address addr, AllocationSpace space);
AllocationSpace 1187 src/heap.h bool InSpace(HeapObject* value, AllocationSpace space);
AllocationSpace 1191 src/heap.h inline AllocationSpace TargetSpaceId(InstanceType type);
AllocationSpace 1816 src/heap.h GarbageCollector SelectGarbageCollector(AllocationSpace space,
AllocationSpace 184 src/liveobjectlist.cc const AllocationSpace kInvalidSpace = static_cast<AllocationSpace>(-1);
AllocationSpace 186 src/liveobjectlist.cc static AllocationSpace FindSpaceFor(String* space_str) {
AllocationSpace 229 src/liveobjectlist.cc if (heap->InSpace(heap_obj, static_cast<AllocationSpace>(sp))) {
AllocationSpace 271 src/liveobjectlist.cc AllocationSpace space_;
AllocationSpace 563 src/mark-compact.h AllocationSpace to_old_space);
AllocationSpace 792 src/mark-compact.h const char* AllocationSpaceName(AllocationSpace space);
AllocationSpace 1010 src/objects-inl.h AllocationSpace Failure::allocation_space() const {
AllocationSpace 1012 src/objects-inl.h return static_cast<AllocationSpace>((value() >> kFailureTypeTagSize)
AllocationSpace 1043 src/objects-inl.h Failure* Failure::RetryAfterGC(AllocationSpace space) {
AllocationSpace 1064 src/objects.h inline AllocationSpace allocation_space() const;
AllocationSpace 1069 src/objects.h static inline Failure* RetryAfterGC(AllocationSpace space);
AllocationSpace 1617 src/serialize.cc AllocationSpace s = static_cast<AllocationSpace>(i);
AllocationSpace 1638 src/serialize.cc AllocationSpace s = static_cast<AllocationSpace>(i);
AllocationSpace 761 src/spaces.h Space(Heap* heap, AllocationSpace id, Executability executable)
AllocationSpace 772 src/spaces.h AllocationSpace identity() { return id_; }
AllocationSpace 803 src/spaces.h AllocationSpace id_;
AllocationSpace 1434 src/spaces.h AllocationSpace id,
AllocationSpace 2330 src/spaces.h AllocationSpace id,
AllocationSpace 2361 src/spaces.h AllocationSpace id,
AllocationSpace 2395 src/spaces.h MapSpace(Heap* heap, intptr_t max_capacity, AllocationSpace id)
AllocationSpace 2438 src/spaces.h CellSpace(Heap* heap, intptr_t max_capacity, AllocationSpace id)
AllocationSpace 2469 src/spaces.h LargeObjectSpace(Heap* heap, intptr_t max_capacity, AllocationSpace id);