Searched refs:thread_type (Results 1 – 6 of 6) sorted by relevance
52 optional ThreadType thread_type = 1; field54 // To support old UI. New UI should determine default sorting by thread_type.
73 // To support old UI. New UI should determine default sorting by thread_type.
1323 auto thread_type = decoder.chrome_thread_type(); in ParseThreadDescriptor() local1325 static_cast<size_t>(thread_type) < chrome_thread_name_ids_.size() in ParseThreadDescriptor()1326 ? static_cast<size_t>(thread_type) in ParseThreadDescriptor()1345 auto thread_type = decoder.thread_type(); in ParseChromeThreadDescriptor() local1347 static_cast<size_t>(thread_type) < chrome_thread_name_ids_.size() in ParseChromeThreadDescriptor()1348 ? static_cast<size_t>(thread_type) in ParseChromeThreadDescriptor()
437 RuntimeCallStats::RuntimeCallStats(ThreadType thread_type) in RuntimeCallStats() argument438 : in_use_(false), thread_type_(thread_type) { in RuntimeCallStats()
1128 explicit V8_EXPORT_PRIVATE RuntimeCallStats(ThreadType thread_type);
6660 // To support old UI. New UI should determine default sorting by thread_type.6727 optional ThreadType thread_type = 1; field6729 // To support old UI. New UI should determine default sorting by thread_type.