Home
last modified time | relevance | path

Searched refs:TryFreeLast (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dlocal-allocator-inl.h50 if (!new_space_lab_.TryFreeLast(object, object_size)) { in FreeLastInNewSpace()
58 if (!compaction_spaces_.Get(OLD_SPACE)->TryFreeLast(object, object_size)) { in FreeLastInOldSpace()
Dspaces-inl.h173 bool PagedSpace::TryFreeLast(HeapObject* object, int object_size) { in TryFreeLast() function
493 bool LocalAllocationBuffer::TryFreeLast(HeapObject* object, int object_size) { in TryFreeLast() function
Dspaces.h2034 inline bool TryFreeLast(HeapObject* object, int object_size);
2215 inline bool TryFreeLast(HeapObject* object, int object_size); in NON_EXPORTED_BASE()