HomeSort by relevance Sort by last modified time
    Searched refs:VerifyEvacuation (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
mark-compact.cc 182 static void VerifyEvacuation(Address bottom, Address top) {
200 static void VerifyEvacuation(NewSpace* space) {
218 static void VerifyEvacuation(PagedSpace* space) {
224 VerifyEvacuation(p->area_start(), p->area_end());
229 static void VerifyEvacuation(Heap* heap) {
230 VerifyEvacuation(heap->old_pointer_space());
231 VerifyEvacuation(heap->old_data_space());
232 VerifyEvacuation(heap->code_space());
233 VerifyEvacuation(heap->cell_space());
234 VerifyEvacuation(heap->property_cell_space())
    [all...]
  /external/v8/src/
mark-compact.cc 168 static void VerifyEvacuation(Address bottom, Address top) {
186 static void VerifyEvacuation(NewSpace* space) {
204 static void VerifyEvacuation(PagedSpace* space) {
210 VerifyEvacuation(p->area_start(), p->area_end());
215 static void VerifyEvacuation(Heap* heap) {
216 VerifyEvacuation(heap->old_pointer_space());
217 VerifyEvacuation(heap->old_data_space());
218 VerifyEvacuation(heap->code_space());
219 VerifyEvacuation(heap->cell_space());
220 VerifyEvacuation(heap->map_space())
    [all...]

Completed in 34 milliseconds