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

  /external/v8/test/cctest/
test-mark-compact.cc 99 HEAP->CollectGarbage(OLD_POINTER_SPACE);
102 CHECK(HEAP->InSpace(*array, OLD_POINTER_SPACE));
116 HEAP->CollectGarbage(OLD_POINTER_SPACE);
141 HEAP->CollectGarbage(OLD_POINTER_SPACE);
153 HEAP->CollectGarbage(OLD_POINTER_SPACE);
194 HEAP->CollectGarbage(OLD_POINTER_SPACE);
216 HEAP->CollectGarbage(OLD_POINTER_SPACE);
288 HEAP->CollectGarbage(OLD_POINTER_SPACE);
359 HEAP->CollectGarbage(OLD_POINTER_SPACE);
387 HEAP->CollectGarbage(OLD_POINTER_SPACE);
    [all...]
test-spaces.cc 133 OLD_POINTER_SPACE,
232 OLD_POINTER_SPACE,
test-serialize.cc 396 p_ser.CurrentAllocationAddress(OLD_POINTER_SPACE),
513 p_ser.CurrentAllocationAddress(OLD_POINTER_SPACE),
test-heap.cc 188 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
967 Address old_pointer_space_top = HEAP->old_pointer_space()->top();
975 CHECK(HEAP->old_pointer_space()->Contains(clone->address()));
    [all...]
test-api.cc     [all...]
  /external/v8/src/
v8globals.h 195 OLD_POINTER_SPACE, // May contain pointers to new space.
204 FIRST_PAGED_SPACE = OLD_POINTER_SPACE,
heap-inl.h 149 retry_space == OLD_POINTER_SPACE ||
171 if (OLD_POINTER_SPACE == space) {
301 return (space == OLD_POINTER_SPACE)
324 ? OLD_POINTER_SPACE
327 return (type <= LAST_DATA_TYPE) ? OLD_DATA_SPACE : OLD_POINTER_SPACE;
mksnapshot.cc 249 partial_ser.CurrentAllocationAddress(i::OLD_POINTER_SPACE),
heap.cc 452 CollectGarbage(OLD_POINTER_SPACE);
473 if (!CollectGarbage(OLD_POINTER_SPACE, MARK_COMPACTOR)) {
565 PagedSpace* old_pointer_space = Heap::old_pointer_space(); local
578 if (!old_pointer_space->ReserveSpace(pointer_space_size)) {
579 Heap::CollectGarbage(OLD_POINTER_SPACE);
    [all...]
serialize.cc 760 } else if (space_number == OLD_POINTER_SPACE) { \
761 dest_space = isolate->heap()->old_pointer_space(); \
    [all...]
heap.h 395 OldSpace* old_pointer_space() { return old_pointer_space_; } function in class:v8::internal::Heap
    [all...]
liveobjectlist.cc 205 if (strcmp(key_str, "old-pointer") == 0) return OLD_POINTER_SPACE;
    [all...]
runtime.cc     [all...]

Completed in 110 milliseconds