Searched refs:object_address (Results 1 – 2 of 2) sorted by relevance
311 Address object_address = object->address(); in UpdateAllocationsHash() local312 MemoryChunk* memory_chunk = MemoryChunk::FromAddress(object_address); in UpdateAllocationsHash()317 static_cast<uint32_t>(object_address - memory_chunk->address()) | in UpdateAllocationsHash()475 Address object_address = object->address(); in FindAllocationMemento() local476 Address memento_address = object_address + object->Size(); in FindAllocationMemento()478 if (!NewSpacePage::OnSamePage(object_address, last_memento_word_address)) { in FindAllocationMemento()
421 Address object_address);