Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dstore-buffer.h111 static void InsertDuringRuntime(StoreBuffer* store_buffer, Address slot) { in InsertDuringRuntime() function
134 insertion_callback = &InsertDuringRuntime; in SetMode()
Dstore-buffer.cc30 insertion_callback = &InsertDuringRuntime; in StoreBuffer()