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

  /art/test/099-vmdebug/src/
Main.java 182 String gc_count = VMDebug.getRuntimeStat("art.gc.gc-count"); local
191 checkNumber(gc_count);
209 String gc_count = map.get("art.gc.gc-count"); local
218 checkNumber(gc_count);
  /external/v8/src/heap/
object-stats.cc 56 void ObjectStats::PrintKeyAndId(const char* key, int gc_count) {
58 reinterpret_cast<void*>(isolate()), gc_count, key);
61 void ObjectStats::PrintInstanceTypeJSON(const char* key, int gc_count,
64 PrintKeyAndId(key, gc_count);
81 int gc_count = heap()->gc_count(); local
85 PrintKeyAndId(key, gc_count);
89 PrintKeyAndId(key, gc_count);
98 PrintInstanceTypeJSON(key, gc_count, #name, name);
100 PrintInstanceTypeJSON(key, gc_count, "*CODE_" #name,
139 int gc_count = heap()->gc_count(); local
143 stream << "\\"id\\":" << gc_count << ","; local
    [all...]
heap.h 1438 int gc_count() const { return gc_count_; } function in class:v8::internal::GarbageCollectionReason::Heap
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 260 String gc_count = Debug.getRuntimeStat("art.gc.gc-count"); local
269 checkNumber(gc_count);
287 String gc_count = map.get("art.gc.gc-count"); local
296 checkNumber(gc_count);
  /art/runtime/gc/
heap.cc 1079 uint64_t gc_count = 0U; local
    [all...]

Completed in 177 milliseconds