Searched defs:VerifyEvacuation (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/heap/
H A Dmark-compact.cc170 static void VerifyEvacuation(Page* page) { function in namespace:v8::internal
183 static void VerifyEvacuation(NewSpace* space) { function in namespace:v8::internal
201 static void VerifyEvacuation(Heap* heap, PagedSpace* space) { function in namespace:v8::internal
211 VerifyEvacuation(p);
216 static void VerifyEvacuation(Heap* heap) { function in namespace:v8::internal
217 VerifyEvacuation(heap, heap->old_pointer_space());
218 VerifyEvacuation(heap, heap->old_data_space());
219 VerifyEvacuation(heap, heap->code_space());
220 VerifyEvacuation(heap, heap->cell_space());
221 VerifyEvacuation(hea
[all...]

Completed in 293 milliseconds