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

  /external/v8/src/heap/
remembered-set.cc 44 CHECK(owner == MAP_SPACE || owner == LO_SPACE);
heap-inl.h 217 space = LO_SPACE;
240 } else if (LO_SPACE == space) {
467 case LO_SPACE:
incremental-marking.cc 191 chunk->owner()->identity() == LO_SPACE) {
285 if ((page->owner() != nullptr) && (page->owner()->identity() == LO_SPACE)) {
368 for (LargePage* lop : *heap_->lo_space()) {
394 for (LargePage* lop : *heap_->lo_space()) {
    [all...]
heap.cc 486 case LO_SPACE:
699 (lo_space()->CommittedMemory() * 100.0) / CommittedMemory()));
736 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(lo_space)
    [all...]
heap.h 931 LargeObjectSpace* lo_space() { return lo_space_; } function in class:v8::internal::Heap
    [all...]
mark-compact.cc 167 LargeObjectIterator it(heap->lo_space());
378 LargeObjectIterator it(heap_->lo_space());
432 LargeObjectIterator it(heap_->lo_space());
636 case LO_SPACE:
637 return "LO_SPACE";
903 heap_->lo_space()->ClearMarkingStateOfLiveObjects();
    [all...]
spaces.h     [all...]
  /external/v8/src/
address-map.h 74 DCHECK_NE(LO_SPACE, space);
81 return SerializerReference(SpaceBits::encode(LO_SPACE) |
147 // [ LO_SPACE ] [ large object index ]
globals.h 457 LO_SPACE, // Promoted large objects.
460 LAST_SPACE = LO_SPACE,
    [all...]
  /external/v8/src/snapshot/
deserializer.cc 278 if (deserializing_user_code() || space == LO_SPACE) {
311 if (space == LO_SPACE) {
378 DCHECK(space_number == CODE_SPACE || space_number == LO_SPACE);
397 if (space_index == LO_SPACE) {
399 LargeObjectSpace* lo_space = isolate_->heap()->lo_space(); local
401 AllocationResult result = lo_space->AllocateRaw(size, exec);
550 CASE_STATEMENT(where, how, within, LO_SPACE) \
    [all...]
serializer.cc 131 if (space == LO_SPACE) {
329 if (space == LO_SPACE) {
390 ? LO_SPACE
  /external/v8/test/cctest/
test-serialize.cc     [all...]

Completed in 944 milliseconds