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

  /external/v8/src/extensions/
statistics-extension.cc 130 {heap->lo_space()->Size(), "lo_space_live_bytes"},
131 {heap->lo_space()->Available(), "lo_space_available_bytes"},
132 {heap->lo_space()->CommittedMemory(), "lo_space_commited_bytes"},
  /external/v8/src/heap/
spaces-inl.h 291 chunk = heap->lo_space()->FindPage(addr);
330 lo_iterator_(heap->lo_space()->begin()) {}
351 if (lo_iterator_ != heap_->lo_space()->end()) return *(lo_iterator_++);
incremental-marking.cc 190 chunk->owner()->identity() == LO_SPACE);
281 if ((page->owner() != nullptr) && (page->owner()->identity() == LO_SPACE)) {
366 for (LargePage* lop : *heap_->lo_space()) {
392 for (LargePage* lop : *heap_->lo_space()) {
    [all...]
mark-compact.cc 161 LargeObjectIterator it(heap->lo_space());
349 LargeObjectIterator it(heap_->lo_space());
400 LargeObjectIterator it(heap_->lo_space());
569 case LO_SPACE:
570 return "LO_SPACE";
855 heap_->lo_space()->ClearMarkingStateOfLiveObjects();
    [all...]
heap.cc 468 case LO_SPACE:
674 (lo_space()->CommittedMemory() * 100.0) / CommittedMemory()));
711 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(lo_space)
    [all...]
heap.h 988 LargeObjectSpace* lo_space() { return lo_space_; } function in class:v8::internal::GarbageCollectionReason::Heap
    [all...]
  /external/v8/src/snapshot/
deserializer.cc 316 if (deserializing_user_code() || space == LO_SPACE) {
349 if (space == LO_SPACE) {
419 DCHECK(space_number == CODE_SPACE || space_number == LO_SPACE);
438 if (space_index == LO_SPACE) {
440 LargeObjectSpace* lo_space = isolate_->heap()->lo_space(); local
442 AllocationResult result = lo_space->AllocateRaw(size, exec);
594 CASE_STATEMENT(where, how, within, LO_SPACE) \
    [all...]
  /external/v8/src/
frames.cc     [all...]
code-stubs.cc 187 heap->lo_space()->Contains(code) ||
    [all...]

Completed in 273 milliseconds