Searched defs:name_prefix (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
H A Dprofile-generator-inl.h15 const char* name_prefix,
21 name_prefix_(name_prefix),
13 CodeEntry(Logger::LogEventsAndTags tag, const char* name, const char* name_prefix, const char* resource_name, int line_number, int column_number) argument
H A Dprofile-generator.cc207 entry_->name_prefix(), entry_->name(), entry_->script_id(),
535 const char* name_prefix,
541 name_prefix,
532 NewCodeEntry( Logger::LogEventsAndTags tag, const char* name, const char* name_prefix, const char* resource_name, int line_number, int column_number) argument
H A Dprofile-generator.h52 const char* name_prefix = CodeEntry::kEmptyNamePrefix,
59 const char* name_prefix() const { return name_prefix_; } function in class:v8::internal::CodeEntry
282 const char* name_prefix = CodeEntry::kEmptyNamePrefix,
/external/chromium_org/base/threading/
H A Dsimple_thread.cc14 SimpleThread::SimpleThread(const std::string& name_prefix) argument
15 : name_prefix_(name_prefix), name_(name_prefix),
19 SimpleThread::SimpleThread(const std::string& name_prefix, argument
21 : name_prefix_(name_prefix), name_(name_prefix), options_(options),
64 const std::string& name_prefix)
65 : SimpleThread(name_prefix),
70 const std::string& name_prefix,
72 : SimpleThread(name_prefix, option
63 DelegateSimpleThread(Delegate* delegate, const std::string& name_prefix) argument
69 DelegateSimpleThread(Delegate* delegate, const std::string& name_prefix, const Options& options) argument
85 DelegateSimpleThreadPool( const std::string& name_prefix, int num_threads) argument
[all...]
H A Dsimple_thread.h76 // Every thread has a name, in the form of |name_prefix|/TID, for example
78 explicit SimpleThread(const std::string& name_prefix);
79 SimpleThread(const std::string& name_prefix, const Options& options);
90 std::string name_prefix() { return name_prefix_; } function in class:base::SimpleThread
133 const std::string& name_prefix);
135 const std::string& name_prefix,
158 DelegateSimpleThreadPool(const std::string& name_prefix, int num_threads);
H A Dworker_pool_posix.cc69 WorkerThread(const std::string& name_prefix, argument
71 : name_prefix_(name_prefix),
126 PosixDynamicThreadPool::PosixDynamicThreadPool(const std::string& name_prefix, argument
128 : name_prefix_(name_prefix),

Completed in 2202 milliseconds