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 157 void ObjectStats::PrintKeyAndId(const char* key, int gc_count) {
159 reinterpret_cast<void*>(isolate()), gc_count, key);
162 void ObjectStats::PrintInstanceTypeJSON(const char* key, int gc_count,
165 PrintKeyAndId(key, gc_count);
182 int gc_count = heap()->gc_count(); local
186 PrintKeyAndId(key, gc_count);
190 PrintKeyAndId(key, gc_count);
200 PrintKeyAndId(key, gc_count);
209 PrintInstanceTypeJSON(key, gc_count, #name, name)
237 int gc_count = heap()->gc_count(); local
241 stream << "\\"id\\":" << gc_count << ","; local
    [all...]
heap.h 1326 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 272 String gc_count = Debug.getRuntimeStat("art.gc.gc-count"); local
281 checkNumber(gc_count);
299 String gc_count = map.get("art.gc.gc-count"); local
308 checkNumber(gc_count);
  /art/runtime/gc/
heap.cc 1226 uint64_t gc_count = 0U; local
    [all...]

Completed in 381 milliseconds