Home
last modified time | relevance | path

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

/external/v8/src/
Dprofile-generator.cc480 const int title_len = StrLength(title); in StopProfiling() local
484 if (title_len == 0 || strcmp(current_profiles_[i]->title(), title) == 0) { in StopProfiling()