Home
last modified time | relevance | path

Searched refs:next_chunk (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/lib/lsan/
Dlsan_common.cc275 uptr next_chunk = frontier->back(); in FloodFillTag() local
277 LsanMetadata m(next_chunk); in FloodFillTag()
278 ScanRangeForPointers(next_chunk, next_chunk + m.requested_size(), frontier, in FloodFillTag()
/external/v8/src/heap/
Dspaces-inl.h210 DCHECK(next_chunk()->owner() == owner()); in next_page()
211 return static_cast<Page*>(next_chunk()); in next_page()
Dspaces.h291 MemoryChunk* next_chunk() const { in next_chunk() function
801 return static_cast<LargePage*>(next_chunk()); in next_page()
1990 return static_cast<NewSpacePage*>(next_chunk()); in next_page()
Dspaces.cc529 MemoryChunk* other_next = other->next_chunk(); in InsertAfter()
539 MemoryChunk* next_element = next_chunk(); in Unlink()
Dheap.cc6030 next = chunk->next_chunk(); in FreeQueuedChunks()
6065 next = chunk->next_chunk(); in FreeQueuedChunks()