Home | History | Annotate | Download | only in heap

Lines Matching refs:Page

19 class Page;
32 // access to the tracker by taking the page lock for the corresponding page.
40 // Frees all backing store pointers for dead JSArrayBuffer on a given page.
41 // Requires marking information to be present. Requires the page lock to be
43 static void FreeDead(Page* page);
45 // Frees all remaining, live or dead, array buffers on a page. Only useful
47 static void FreeAll(Page* page);
49 // Processes all array buffers on a given page. |mode| specifies the action
51 static bool ProcessBuffers(Page* page, ProcessingMode mode);