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

  /external/v8/test/cctest/
test-dictionary.cc 182 int gc_count = isolate->heap()->gc_count(); local
184 CHECK(gc_count == isolate->heap()->gc_count());
190 CHECK(gc_count == isolate->heap()->gc_count());
194 CHECK(gc_count < isolate->heap()->gc_count());
216 int gc_count = isolate->heap()->gc_count(); local
    [all...]
test-api.cc 18398 int gc_count; local
    [all...]
  /external/v8/src/
identity-map.cc 94 gc_counter_ = heap_->gc_count();
109 if (gc_counter_ != heap_->gc_count()) Rehash();
125 if (result == nullptr && gc_counter_ != heap_->gc_count()) {
135 gc_counter_ = heap_->gc_count();
174 gc_counter_ = heap_->gc_count();
  /art/test/099-vmdebug/src/
Main.java 181 String gc_count = VMDebug.getRuntimeStat("art.gc.gc-count"); local
190 checkNumber(gc_count);
208 String gc_count = map.get("art.gc.gc-count"); local
217 checkNumber(gc_count);
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 258 String gc_count = Debug.getRuntimeStat("art.gc.gc-count"); local
267 checkNumber(gc_count);
285 String gc_count = map.get("art.gc.gc-count"); local
294 checkNumber(gc_count);
  /external/v8/test/cctest/heap/
test-heap.cc     [all...]
  /art/runtime/gc/
heap.cc 1233 uint64_t gc_count = 0U; local
    [all...]
  /external/v8/src/heap/
heap.h 1337 int gc_count() const { return gc_count_; } function in class:v8::internal::Heap
    [all...]

Completed in 380 milliseconds