Lines Matching defs:key
199 void ObjectStats::PrintKeyAndId(const char* key, int gc_count) {
200 PrintF("\"isolate\": \"%p\", \"id\": %d, \"key\": \"%s\", ",
201 reinterpret_cast<void*>(isolate()), gc_count, key);
204 void ObjectStats::PrintInstanceTypeJSON(const char* key, int gc_count,
207 PrintKeyAndId(key, gc_count);
222 void ObjectStats::PrintJSON(const char* key) {
228 PrintKeyAndId(key, gc_count);
232 PrintKeyAndId(key, gc_count);
246 PrintKeyAndId(key, gc_count);
255 PrintInstanceTypeJSON(key, gc_count, #name, name);
258 PrintInstanceTypeJSON(key, gc_count, #name, FIRST_VIRTUAL_TYPE + name);