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

/external/chromium_org/v8/src/heap/
H A Dmark-compact.cc93 static void VerifyMarking(Heap* heap, Address bottom, Address top) { function in namespace:v8::internal
109 static void VerifyMarking(NewSpace* space) { function in namespace:v8::internal
120 VerifyMarking(space->heap(), page->area_start(), limit);
125 static void VerifyMarking(PagedSpace* space) { function in namespace:v8::internal
130 VerifyMarking(space->heap(), p->area_start(), p->area_end());
135 static void VerifyMarking(Heap* heap) { function in namespace:v8::internal
136 VerifyMarking(heap->old_pointer_space());
137 VerifyMarking(heap->old_data_space());
138 VerifyMarking(heap->code_space());
139 VerifyMarking(hea
[all...]

Completed in 181 milliseconds