Searched refs:object_address (Results 1 – 7 of 7) sorted by relevance
84 const Address object_address = object.address(); in TryFreeLast() local85 if ((allocation_info_.top() - object_size) == object_address) { in TryFreeLast()86 allocation_info_.set_top(object_address); in TryFreeLast()
346 Address object_address = object.address(); in UpdateAllocationsHash() local347 MemoryChunk* memory_chunk = MemoryChunk::FromAddress(object_address); in UpdateAllocationsHash()352 static_cast<uint32_t>(object_address - memory_chunk->address()) | in UpdateAllocationsHash()481 Address object_address = object.address(); in FindAllocationMemento() local482 Address memento_address = object_address + object.SizeFromMap(map); in FindAllocationMemento()485 if (!Page::OnSamePage(object_address, last_memento_word_address)) { in FindAllocationMemento()501 Page* object_page = Page::FromAddress(object_address); in FindAllocationMemento()509 if (object_address < age_mark) { in FindAllocationMemento()
180 const Address object_address = object.address(); in TryFreeLast() local181 if ((allocation_info_.top() - object_size) == object_address) { in TryFreeLast()182 allocation_info_.set_top(object_address); in TryFreeLast()
173 const Address object_address = StartIndexToAddress(object_start_number); in Iterate() local174 callback(object_address); in Iterate()
44 Address GetAddressToShrink(Address object_address, size_t object_size);
54 Address LargePage::GetAddressToShrink(Address object_address, in GetAddressToShrink() argument59 size_t used_size = ::RoundUp((object_address - address()) + object_size, in GetAddressToShrink()
181 const Address object_address = in Iterate() local183 callback(object_address); in Iterate()