Home
last modified time | relevance | path

Searched refs:object_address (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dpaged-spaces-inl.h81 bool PagedSpace::TryFreeLast(Address object_address, int object_size) { in TryFreeLast() argument
83 return allocation_info_->DecrementTopIfAdjacent(object_address, in TryFreeLast()
Dheap-inl.h339 Address object_address = object.address(); in FindAllocationMemento() local
340 Address memento_address = object_address + object.SizeFromMap(map); in FindAllocationMemento()
343 if (!Page::OnSamePage(object_address, last_memento_word_address)) { in FindAllocationMemento()
359 Page* object_page = Page::FromAddress(object_address); in FindAllocationMemento()
367 if (object_address < age_mark) { in FindAllocationMemento()
Dobject-start-bitmap.h173 const Address object_address = StartIndexToAddress(object_start_number); in Iterate() local
174 callback(object_address); in Iterate()
Dspaces-inl.h171 const Address object_address = object.address(); in TryFreeLast() local
172 return allocation_info_.DecrementTopIfAdjacent(object_address, object_size); in TryFreeLast()
Dlarge-spaces.h52 Address GetAddressToShrink(Address object_address, size_t object_size);
Dlarge-spaces.cc69 Address LargePage::GetAddressToShrink(Address object_address, in GetAddressToShrink() argument
74 size_t used_size = ::RoundUp((object_address - address()) + object_size, in GetAddressToShrink()
Dpaged-spaces.h184 inline bool TryFreeLast(Address object_address, int object_size); in NON_EXPORTED_BASE()
Dheap.cc793 Address object_address = object.address(); in UpdateAllocationsHash() local
794 MemoryChunk* memory_chunk = MemoryChunk::FromAddress(object_address); in UpdateAllocationsHash()
799 static_cast<uint32_t>(object_address - memory_chunk->address()) | in UpdateAllocationsHash()
/third_party/node/deps/v8/src/heap/cppgc/
Dobject-start-bitmap.h199 const Address object_address = in Iterate() local
201 callback(object_address); in Iterate()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc3745 TNode<IntPtrT> object_address = BitcastTaggedToWord(table); in AllocateOrderedHashTableWithCapacity() local
3777 IntPtrAdd(object_address, in AllocateOrderedHashTableWithCapacity()
3790 object_address, in AllocateOrderedHashTableWithCapacity()