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

  /external/v8/src/heap/
spaces.h 899 class LargePage : public MemoryChunk {
903 inline LargePage* next_page() {
904 return static_cast<LargePage*>(list_node_.next());
920 static LargePage* Initialize(Heap* heap, MemoryChunk* chunk
    [all...]
spaces.cc 748 LargePage* LargePage::Initialize(Heap* heap, MemoryChunk* chunk,
750 if (executable && chunk->size() > LargePage::kMaxCodePageSize) {
751 STATIC_ASSERT(LargePage::kMaxCodePageSize <= TypedSlotSet::kMaxOffset);
757 LargePage* page = static_cast<LargePage*>(chunk);
    [all...]
heap-inl.h 598 LargePage* page = heap_->lo_space()->first_page();
613 LargePage* page = heap_->lo_space()->first_page();
incremental-marking.cc 262 for (LargePage* p : *heap_->lo_space()) {
288 for (LargePage* p : *heap_->lo_space()) {
    [all...]
heap.cc     [all...]

Completed in 130 milliseconds