Lines Matching refs:Profiler
876 // The Profiler samples pc and sp values for the main thread.
881 class Profiler : public base::Thread {
883 explicit Profiler(Isolate* isolate);
946 void SetProfiler(Profiler* profiler) {
973 Profiler* profiler_ = nullptr;
979 // Profiler implementation when invoking with --prof.
981 Profiler::Profiler(Isolate* isolate)
982 : base::Thread(Options("v8:Profiler")),
991 void Profiler::Engage() {
1011 void Profiler::Disengage() {
1026 void Profiler::Run() {
2044 profiler_ = std::make_unique<Profiler>(isolate);