Home | History | Annotate | Download | only in profiler

Lines Matching refs:urls

2172   const char** urls = NewArray<const char*>(enumerator.count());
2177 urls[i] = global_object_name_resolver_->GetName(
2180 urls[i] = NULL;
2186 objects_tags_.SetTag(*enumerator.at(i), urls[i]);
2189 DeleteArray(urls);