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

  /external/v8/test/cctest/
test-mark-compact.cc 97 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE));
114 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE));
137 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE));
149 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE));
157 CHECK(Heap::CollectGarbage(0, NEW_SPACE));
167 CHECK(Heap::CollectGarbage(0, MAP_SPACE));
185 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE));
199 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE));
267 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE));
319 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE))
    [all...]
test-heap.cc 206 CHECK(Heap::CollectGarbage(free_bytes, NEW_SPACE));
231 CHECK(Heap::CollectGarbage(free_bytes, NEW_SPACE));
251 CHECK(Heap::CollectGarbage(free_bytes, NEW_SPACE));
303 CHECK(Heap::CollectGarbage(0, NEW_SPACE));
370 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE));
371 CHECK(Heap::CollectGarbage(0, NEW_SPACE));
380 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE));
417 CHECK(Heap::CollectGarbage(0, OLD_POINTER_SPACE));
test-decls.cc 133 v8::internal::Heap::CollectGarbage(0, v8::internal::NEW_SPACE);
test-api.cc 398 i::Heap::CollectGarbage(0, i::NEW_SPACE); // in survivor space now
399 i::Heap::CollectGarbage(0, i::NEW_SPACE); // in old gen now
423 i::Heap::CollectGarbage(0, i::NEW_SPACE); // in survivor space now
424 i::Heap::CollectGarbage(0, i::NEW_SPACE); // in old gen now
446 i::Heap::CollectGarbage(0, i::NEW_SPACE);
447 i::Heap::CollectGarbage(0, i::NEW_SPACE);
453 i::Heap::CollectGarbage(0, i::NEW_SPACE); // in survivor space now
454 i::Heap::CollectGarbage(0, i::NEW_SPACE); // in old gen now
483 i::Heap::CollectGarbage(0, i::NEW_SPACE);
484 i::Heap::CollectGarbage(0, i::NEW_SPACE)
    [all...]
test-debug.cc 860 Heap::CollectGarbage(0, v8::internal::NEW_SPACE);
    [all...]
  /external/v8/src/
mark-compact.h 89 static void CollectGarbage();
heap-inl.h 314 Heap::CollectGarbage(Failure::cast(__object__)->requested(), \
heap.cc 369 CollectGarbage(0, OLD_POINTER_SPACE);
392 bool Heap::CollectGarbage(int requested_size, AllocationSpace space) {
501 Heap::CollectGarbage(new_space_size, NEW_SPACE);
505 Heap::CollectGarbage(pointer_space_size, OLD_POINTER_SPACE);
509 Heap::CollectGarbage(data_space_size, OLD_DATA_SPACE);
513 Heap::CollectGarbage(code_space_size, CODE_SPACE);
517 Heap::CollectGarbage(map_space_size, MAP_SPACE);
521 Heap::CollectGarbage(cell_space_size, CELL_SPACE);
534 Heap::CollectGarbage(large_object_size, LO_SPACE);
612 MarkCompactCollector::CollectGarbage();
    [all...]
heap.h 630 static bool CollectGarbage(int required_space, AllocationSpace space);
    [all...]
mark-compact.cc 65 void MarkCompactCollector::CollectGarbage() {
    [all...]
runtime.cc     [all...]
  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js     [all...]

Completed in 74 milliseconds