• Home
  • Raw
  • Download

Lines Matching refs:FromAddress

32     : range_(Page::FromAddress(start),  in NewSpacePageRange()
65 HeapObject* object = HeapObject::FromAddress(current_); in Next()
91 HeapObject* obj = HeapObject::FromAddress(cur_addr_); in FromCurrentPage()
143 ? MemoryChunk::FromAddress(o->address())->InToSpace() in Contains()
144 : MemoryChunk::FromAddress(o->address())->InFromSpace(); in Contains()
153 if (p == MemoryChunk::FromAddress(a)) return true; in ContainsSlow()
162 return MemoryChunk::FromAddress(o->address())->InNewSpace(); in Contains()
248 MemoryChunk::FromAddress(object->address())->IncrementLiveBytes(by); in IncrementLiveBytesFromGC()
272 MemoryChunk* chunk = MemoryChunk::FromAddress(object->address()); in IncrementLiveBytesFromMutator()
280 Page* p = Page::FromAddress(addr); in Contains()
287 Page* p = Page::FromAddress(HeapObject::cast(o)->address()); in Contains()
311 MemoryChunk* chunk = MemoryChunk::FromAddress(addr); in FromAnyPointerAddress()
388 return Page::FromAddress(reinterpret_cast<Address>(this)); in page()
393 Page::FromAddress(reinterpret_cast<Address>(this))->owner()) in owner()
411 return HeapObject::FromAddress(current_top); in AllocateLinearly()
425 return heap_->PrecedeWithFiller(HeapObject::FromAddress(current_top), in AllocateRawAligned()
429 return AllocationResult(HeapObject::FromAddress(current_top)); in AllocateRawAligned()
444 return heap()->PrecedeWithFiller(HeapObject::FromAddress(current_top), in AllocateLinearlyAligned()
448 return HeapObject::FromAddress(current_top); in AllocateLinearlyAligned()
556 HeapObject* obj = HeapObject::FromAddress(top); in AllocateRawAligned()
581 HeapObject* obj = HeapObject::FromAddress(top); in AllocateRawUnaligned()