Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dspaces.cc1360 void PagedSpace::SetAllocationInfo(Address top, Address limit) { in AllocateChunk() function in v8::internal::PagedSpace
2625 owner_->SetAllocationInfo(new_node->address() + size_in_bytes, in AllocateChunk()
2637 owner_->SetAllocationInfo( in AllocateChunk()
2643 owner_->SetAllocationInfo(new_node->address() + size_in_bytes, in AllocateChunk()
Dspaces.h2030 void SetAllocationInfo(Address top, Address limit);