Home
last modified time | relevance | path

Searched refs:gc_count (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/heap/
Dobject-stats.cc56 void ObjectStats::PrintKeyAndId(const char* key, int gc_count) { in PrintKeyAndId() argument
58 reinterpret_cast<void*>(isolate()), gc_count, key); in PrintKeyAndId()
61 void ObjectStats::PrintInstanceTypeJSON(const char* key, int gc_count, in PrintInstanceTypeJSON() argument
64 PrintKeyAndId(key, gc_count); in PrintInstanceTypeJSON()
81 int gc_count = heap()->gc_count(); in PrintJSON() local
85 PrintKeyAndId(key, gc_count); in PrintJSON()
89 PrintKeyAndId(key, gc_count); in PrintJSON()
98 PrintInstanceTypeJSON(key, gc_count, #name, name); in PrintJSON()
100 PrintInstanceTypeJSON(key, gc_count, "*CODE_" #name, \ in PrintJSON()
103 PrintInstanceTypeJSON(key, gc_count, "*FIXED_ARRAY_" #name, \ in PrintJSON()
[all …]
Dobject-stats.h103 void PrintKeyAndId(const char* key, int gc_count);
106 V8_NOINLINE void PrintInstanceTypeJSON(const char* key, int gc_count,
Dheap.h1438 int gc_count() const { return gc_count_; } in gc_count() function
Dheap.cc5624 DCHECK_EQ(0, gc_count()); in NotifyDeserializationComplete()
/external/v8/src/
Didentity-map.cc125 if (index < 0 && gc_counter_ != heap_->gc_count()) { in Lookup()
138 if (gc_counter_ != heap_->gc_count()) Rehash(); in LookupOrInsert()
163 gc_counter_ = heap_->gc_count(); in GetEntry()
226 gc_counter_ = heap_->gc_count(); in Rehash()
265 gc_counter_ = heap_->gc_count(); in Resize()