Home
last modified time | relevance | path

Searched refs:SetAllocationInfo (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dspaces.cc1373 void PagedSpace::SetAllocationInfo(Address top, Address limit) { in AllocateChunk() function in v8::internal::PagedSpace
2636 owner_->SetAllocationInfo(new_node->address() + size_in_bytes, in AllocateChunk()
2648 owner_->SetAllocationInfo( in AllocateChunk()
2654 owner_->SetAllocationInfo(new_node->address() + size_in_bytes, in AllocateChunk()
Dspaces.h2041 void SetAllocationInfo(Address top, Address limit); in NON_EXPORTED_BASE()