Lines Matching defs:names
298 StringsStorage* names,
303 ? names->GetFormatted("%d / %s", index, description)
304 : names->GetName(index);
751 names_(snapshot_->profiler()->names()),
898 // Empty string names are special: TagObject can overwrite them, and devtools
911 // This includes a few types that already have non-"system" names assigned
1683 TagObject(info.context_local_names_hashtable(), "(context local names)",
2234 // names->GetFormatted("%d / %s", index, description)
2430 names_(snapshot_->profiler()->names()),
2443 const char* EmbedderGraphNodeName(StringsStorage* names,
2446 return prefix ? names->GetFormatted("%s %s", prefix, node->Name())
2447 : names->GetCopy(node->Name());
2454 // Merges the names of an embedder node and its wrapper node.
2458 const char* MergeNames(StringsStorage* names, const char* embedder_name,
2461 return suffix ? names->GetFormatted("%s %s", embedder_name, suffix)
2494 names_(snapshot_->profiler()->names()),