Searched refs:OLD_POINTER_SPACE (Results 1 - 13 of 13) sorted by relevance

/external/v8/test/cctest/
H A Dtest-mark-compact.cc107 HEAP->CollectGarbage(OLD_POINTER_SPACE);
110 CHECK(HEAP->InSpace(*array, OLD_POINTER_SPACE));
124 HEAP->CollectGarbage(OLD_POINTER_SPACE);
152 HEAP->CollectGarbage(OLD_POINTER_SPACE);
161 HEAP->CollectGarbage(OLD_POINTER_SPACE);
202 HEAP->CollectGarbage(OLD_POINTER_SPACE);
224 HEAP->CollectGarbage(OLD_POINTER_SPACE);
298 HEAP->CollectGarbage(OLD_POINTER_SPACE);
369 HEAP->CollectGarbage(OLD_POINTER_SPACE);
397 HEAP->CollectGarbage(OLD_POINTER_SPACE);
[all...]
H A Dtest-spaces.cc141 OLD_POINTER_SPACE,
220 OLD_POINTER_SPACE,
H A Dtest-heap.cc188 CHECK_EQ(OLD_POINTER_SPACE,
189 Failure::RetryAfterGC(OLD_POINTER_SPACE)->allocation_space());
398 HEAP->CollectGarbage(OLD_POINTER_SPACE);
408 HEAP->CollectGarbage(OLD_POINTER_SPACE);
443 HEAP->CollectGarbage(OLD_POINTER_SPACE);
812 // Allocate a JS array to OLD_POINTER_SPACE and NEW_SPACE
1540 HEAP->CollectGarbage(OLD_POINTER_SPACE);
H A Dtest-serialize.cc391 p_ser.CurrentAllocationAddress(OLD_POINTER_SPACE),
510 p_ser.CurrentAllocationAddress(OLD_POINTER_SPACE),
/external/v8/src/
H A Dv8globals.h179 OLD_POINTER_SPACE, // May contain pointers to new space. enumerator in enum:v8::internal::AllocationSpace
188 FIRST_PAGED_SPACE = OLD_POINTER_SPACE,
H A Dheap-inl.h188 retry_space == OLD_POINTER_SPACE ||
210 if (OLD_POINTER_SPACE == space) {
352 return (space == OLD_POINTER_SPACE)
375 ? OLD_POINTER_SPACE
378 return (type <= LAST_DATA_TYPE) ? OLD_DATA_SPACE : OLD_POINTER_SPACE;
H A Dmksnapshot.cc341 partial_ser.CurrentAllocationAddress(i::OLD_POINTER_SPACE),
H A Dheap.cc450 CollectGarbage(OLD_POINTER_SPACE, gc_reason);
472 if (!CollectGarbage(OLD_POINTER_SPACE, MARK_COMPACTOR, gc_reason, NULL)) {
629 AbortIncrementalMarkingAndCollectGarbage(this, OLD_POINTER_SPACE,
2034 { MaybeObject* maybe_obj = Allocate(oddball_map(), OLD_POINTER_SPACE);
2040 { MaybeObject* maybe_obj = Allocate(oddball_map(), OLD_POINTER_SPACE);
2345 { MaybeObject* maybe_result = Allocate(oddball_map(), OLD_POINTER_SPACE);
2892 MaybeObject* maybe = Allocate(shared_function_info_map(), OLD_POINTER_SPACE);
3581 (pretenure == TENURED) ? OLD_POINTER_SPACE : NEW_SPACE;
3622 AllocateRaw(arguments_object_size, NEW_SPACE, OLD_POINTER_SPACE);
3796 (pretenure == TENURED) ? OLD_POINTER_SPACE
[all...]
H A Dserialize.cc762 } else if (space_number == OLD_POINTER_SPACE) { \
881 CASE_STATEMENT(where, how, within, OLD_POINTER_SPACE) \
882 CASE_BODY(where, how, within, OLD_POINTER_SPACE, kUnknownOffsetFromStart) \
901 CASE_STATEMENT(where, how, within, OLD_POINTER_SPACE) \
H A Dheap.h2145 OldSpaces() { counter_ = OLD_POINTER_SPACE; }
2157 PagedSpaces() { counter_ = OLD_POINTER_SPACE; }
H A Dmark-compact.cc424 case OLD_POINTER_SPACE: return "OLD_POINTER_SPACE";
499 ASSERT(space->identity() == OLD_POINTER_SPACE ||
2645 if (dest == OLD_POINTER_SPACE || dest == LO_SPACE) {
3367 case OLD_POINTER_SPACE:
H A Dliveobjectlist.cc206 if (strcmp(key_str, "old-pointer") == 0) return OLD_POINTER_SPACE;
H A Druntime.cc1765 JSRegExpResult::kSize, NEW_SPACE, OLD_POINTER_SPACE);

Completed in 295 milliseconds