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

  /external/chromium_org/v8/src/
mark-compact.cc 103 static void VerifyMarking(Address bottom, Address top) {
121 static void VerifyMarking(NewSpace* space) {
132 VerifyMarking(page->area_start(), limit);
137 static void VerifyMarking(PagedSpace* space) {
142 VerifyMarking(p->area_start(), p->area_end());
147 static void VerifyMarking(Heap* heap) {
148 VerifyMarking(heap->old_pointer_space());
149 VerifyMarking(heap->old_data_space());
150 VerifyMarking(heap->code_space());
151 VerifyMarking(heap->cell_space())
    [all...]
  /external/v8/src/
mark-compact.cc 90 static void VerifyMarking(Address bottom, Address top) {
108 static void VerifyMarking(NewSpace* space) {
119 VerifyMarking(page->area_start(), limit);
124 static void VerifyMarking(PagedSpace* space) {
129 VerifyMarking(p->area_start(), p->area_end());
134 static void VerifyMarking(Heap* heap) {
135 VerifyMarking(heap->old_pointer_space());
136 VerifyMarking(heap->old_data_space());
137 VerifyMarking(heap->code_space());
138 VerifyMarking(heap->cell_space())
    [all...]

Completed in 125 milliseconds