Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dstore-buffer-inl.h15 void StoreBuffer::InsertDeletionIntoStoreBuffer(Address start, Address end) { in InsertDeletionIntoStoreBuffer() function
Dstore-buffer.h73 inline void InsertDeletionIntoStoreBuffer(Address start, Address end);
Dstore-buffer.cc89 store_buffer->InsertDeletionIntoStoreBuffer(start, end); in DeleteDuringRuntime()