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

  /external/v8/src/extensions/
statistics-extension.cc 112 {heap->lo_space()->Size(), "lo_space_live_bytes"},
113 {heap->lo_space()->Available(), "lo_space_available_bytes"},
114 {heap->lo_space()->CommittedMemory(), "lo_space_commited_bytes"},
  /external/v8/src/snapshot/
default-deserializer-allocator.cc 32 if (space == LO_SPACE) {
34 LargeObjectSpace* lo_space = isolate()->heap()->lo_space(); local
38 AllocationResult result = lo_space->AllocateRaw(size, exec);
  /external/v8/src/heap/
spaces-inl.h 142 if (heap()->lo_space()->FindPage(addr)) return false;
185 MemoryChunk* chunk = heap->lo_space()->FindPage(addr);
223 lo_iterator_(heap->lo_space()->begin()) {}
244 if (lo_iterator_ != heap_->lo_space()->end()) return *(lo_iterator_++);
store-buffer.cc 158 base::LockGuard<base::Mutex> guard(heap_->lo_space()->chunk_map_mutex());
heap-inl.h 87 DCHECK_NE(idx, LO_SPACE);
142 space = LO_SPACE;
169 } else if (LO_SPACE == space) {
598 LargePage* page = heap_->lo_space()->first_page();
613 LargePage* page = heap_->lo_space()->first_page();
649 (chunk_->owner()->identity() == LO_SPACE &&
incremental-marking.cc 48 if (heap->lo_space()->Contains(object)) {
262 for (LargePage* p : *heap_->lo_space()) {
288 for (LargePage* p : *heap_->lo_space()) {
764 if (page->owner()->identity() == LO_SPACE) {
    [all...]
heap.cc 695 case LO_SPACE:
    [all...]
mark-compact.cc 163 LargeObjectIterator it(heap_->lo_space());
507 LargeObjectIterator it(heap_->lo_space());
535 heap_->lo_space()->ClearMarkingStateOfLiveObjects();
856 heap_->lo_space()->ClearMarkingStateOfLiveObjects();
    [all...]
heap.h 776 LargeObjectSpace* lo_space() { return lo_space_; } function in class:v8::internal::GarbageCollectionReason::Heap
    [all...]
  /external/v8/src/compiler-dispatcher/
unoptimized-compile-job.cc 145 // Objects in lo_space don't move, so we can just read the contents from
147 if (isolate->heap()->lo_space()->Contains(*source)) {

Completed in 837 milliseconds