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

  /external/v8/src/
address-map.h 76 return BackReference(SpaceBits::encode(LO_SPACE) |
85 DCHECK_NE(LO_SPACE, space);
globals.h 481 LO_SPACE, // Promoted large objects.
484 LAST_SPACE = LO_SPACE,
  /external/v8/src/heap/
heap-inl.h 213 space = LO_SPACE;
236 } else if (LO_SPACE == space) {
438 case LO_SPACE:
heap.cc 493 case LO_SPACE:
705 (lo_space()->CommittedMemory() * 100.0) / CommittedMemory()));
742 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(lo_space)
    [all...]
heap.h 1084 LargeObjectSpace* lo_space() { return lo_space_; } function in class:v8::internal::Heap
    [all...]
incremental-marking.cc 227 chunk->owner()->identity() == LO_SPACE) {
399 LargePage* lop = heap_->lo_space()->first_page();
431 LargePage* lop = heap_->lo_space()->first_page();
    [all...]
mark-compact.cc 159 LargeObjectIterator it(heap->lo_space());
354 LargeObjectIterator it(heap()->lo_space());
417 LargeObjectIterator it(heap_->lo_space());
472 LargeObjectIterator it(heap_->lo_space());
651 case LO_SPACE:
652 return "LO_SPACE";
906 heap_->lo_space()->ClearMarkingStateOfLiveObjects();
    [all...]
spaces.h     [all...]
  /external/v8/src/snapshot/
serialize.cc 729 if (deserializing_user_code() || space == LO_SPACE) {
763 if (space == LO_SPACE) {
834 DCHECK(space_number == CODE_SPACE || space_number == LO_SPACE);
854 if (space_index == LO_SPACE) {
856 LargeObjectSpace* lo_space = isolate_->heap()->lo_space(); local
858 AllocationResult result = lo_space->AllocateRaw(size, exec);
    [all...]
  /external/v8/test/cctest/
test-serialize.cc     [all...]

Completed in 393 milliseconds