Searched refs:DeallocateBlock (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | spaces.h | 1119 virtual void DeallocateBlock(Address start, 1924 virtual void DeallocateBlock(Address start, 2005 virtual void DeallocateBlock(Address start,
|
D | mark-compact.cc | 2139 space->DeallocateBlock(free_start, in SweepSpace() 2173 space->DeallocateBlock(free_start, size_in_bytes, false); in SweepSpace() 2189 space->DeallocateBlock(last_free_start, last_free_size, true); in SweepSpace() 2220 space->DeallocateBlock(last_free_start, last_free_size, false); in SweepSpace()
|
D | spaces.cc | 2166 DeallocateBlock(start, size_in_bytes, add_to_freelist); in RelinkPageListInChunkOrder() 2193 DeallocateBlock(start, size_in_bytes, add_to_freelist); in RelinkPageListInChunkOrder() 2344 void OldSpace::DeallocateBlock(Address start, in DeallocateBlock() function in v8::internal::OldSpace 2623 void FixedSpace::DeallocateBlock(Address start, in DeallocateBlock() function in v8::internal::FixedSpace
|