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

/external/chromium_org/v8/src/
H A Dmark-compact.cc106 static void VerifyMarking(Heap* heap, Address bottom, Address top) { function in namespace:v8::internal
124 static void VerifyMarking(NewSpace* space) { function in namespace:v8::internal
135 VerifyMarking(space->heap(), page->area_start(), limit);
140 static void VerifyMarking(PagedSpace* space) { function in namespace:v8::internal
145 VerifyMarking(space->heap(), p->area_start(), p->area_end());
150 static void VerifyMarking(Heap* heap) { function in namespace:v8::internal
151 VerifyMarking(heap->old_pointer_space());
152 VerifyMarking(heap->old_data_space());
153 VerifyMarking(heap->code_space());
154 VerifyMarking(hea
[all...]
/external/v8/src/
H A Dmark-compact.cc90 static void VerifyMarking(Address bottom, Address top) { function in namespace:v8::internal
108 static void VerifyMarking(NewSpace* space) { function in namespace:v8::internal
119 VerifyMarking(page->area_start(), limit);
124 static void VerifyMarking(PagedSpace* space) { function in namespace:v8::internal
129 VerifyMarking(p->area_start(), p->area_end());
134 static void VerifyMarking(Heap* heap) { function in namespace:v8::internal
135 VerifyMarking(heap->old_pointer_space());
136 VerifyMarking(heap->old_data_space());
137 VerifyMarking(heap->code_space());
138 VerifyMarking(hea
[all...]

Completed in 1535 milliseconds