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

  /external/v8/src/
spaces-inl.h 201 LargeObjectIterator iterator(HEAP->lo_space());
221 lo_iterator_(heap->lo_space()) { }
store-buffer.cc 423 VerifyPointers(heap_->lo_space());
638 if (chunk->owner() == heap_->lo_space()) {
incremental-marking.cc 300 if (chunk->owner()->identity() == LO_SPACE &&
356 LargePage* lop = heap_->lo_space()->first_page();
390 LargePage* lop = heap_->lo_space()->first_page();
722 LargeObjectIterator it(heap_->lo_space());
serialize.cc 615 LargeObjectSpace* lo_space = reinterpret_cast<LargeObjectSpace*>(space); local
619 lo_space->AllocateRaw(size, NOT_EXECUTABLE)->ToObjectUnchecked();
623 lo_space->AllocateRaw(size, EXECUTABLE)->ToObjectUnchecked();
628 pages_[LO_SPACE].Add(address);
651 return HeapObject::FromAddress(pages_[LO_SPACE][offset]);
749 ((space == HEAP->lo_space()) && (space_number == kLargeCode));
773 ASSERT(space_number >= LO_SPACE); \
774 dest_space = isolate->heap()->lo_space(); \
    [all...]
code-stubs.cc 146 ASSERT(!NeedsImmovableCode() || heap->lo_space()->Contains(code));
mark-compact.cc 144 LargeObjectIterator it(heap->lo_space());
336 LargeObjectIterator it(heap_->lo_space());
371 LargeObjectIterator it(heap_->lo_space());
429 case LO_SPACE: return "LO_SPACE";
    [all...]
builtins.cc 347 ASSERT(!HEAP->lo_space()->Contains(elms));
602 if (!heap->lo_space()->Contains(elms)) {
851 const bool trim_array = !heap->lo_space()->Contains(elms) &&
    [all...]
heap.cc 617 LargeObjectSpace* lo_space = Heap::lo_space(); local
661 if (!(lo_space->ReserveSpace(large_object_size))) {
662 AbortIncrementalMarkingAndCollectGarbage(this, LO_SPACE,
    [all...]
frames.cc     [all...]
heap.h 504 LargeObjectSpace* lo_space() { return lo_space_; } function in class:v8::internal::Heap
    [all...]
  /external/v8/test/cctest/
test-spaces.cc 240 LargeObjectSpace* lo = HEAP->lo_space();

Completed in 958 milliseconds