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

  /external/chromium_org/v8/src/extensions/
statistics-extension.cc 138 AddNumber(args.GetIsolate(), result, heap->lo_space()->Size(),
140 AddNumber(args.GetIsolate(), result, heap->lo_space()->Available(),
142 AddNumber(args.GetIsolate(), result, heap->lo_space()->CommittedMemory(),
  /external/chromium_org/v8/src/
spaces-inl.h 179 LargeObjectIterator iterator(heap->lo_space());
212 lo_iterator_(heap->lo_space()) { }
store-buffer.cc 362 VerifyPointers(heap_->lo_space());
538 if (chunk->owner() == heap_->lo_space()) {
incremental-marking.cc 186 chunk->owner()->identity() == LO_SPACE) {
341 if (chunk->owner()->identity() == LO_SPACE &&
399 LargePage* lop = heap_->lo_space()->first_page();
434 LargePage* lop = heap_->lo_space()->first_page();
785 LargeObjectIterator it(heap_->lo_space());
    [all...]
mark-compact.cc 147 LargeObjectIterator it(heap->lo_space());
479 LargeObjectIterator it(heap_->lo_space());
540 LargeObjectIterator it(heap_->lo_space());
704 case LO_SPACE: return "LO_SPACE";
    [all...]
builtins.cc 200 ASSERT(!heap->lo_space()->Contains(elms));
865 const bool trim_array = !heap->lo_space()->Contains(*elms_obj) &&
    [all...]
code-stubs.cc 151 heap->lo_space()->Contains(code) ||
heap.cc 664 (lo_space()->CommittedMemory() * 100.0) / CommittedMemory()));
709 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(lo_space)
    [all...]
frames.cc     [all...]
heap.h 634 LargeObjectSpace* lo_space() { return lo_space_; } function in class:v8::internal::Heap
    [all...]
objects.cc     [all...]
  /external/chromium_org/v8/test/cctest/
test-spaces.cc 374 LargeObjectSpace* lo = CcTest::heap()->lo_space();
426 CHECK(isolate->heap()->lo_space()->IsEmpty());

Completed in 126 milliseconds