Home | History | Annotate | Download | only in src

Lines Matching defs:profiler

30 #include "cpu-profiler-inl.h"
37 #include "../include/v8-profiler.h"
299 CpuProfiler* profiler = Isolate::Current()->cpu_profiler();
300 const int token = profiler->token_enumerator_->GetTokenId(security_token);
301 return profiler->profiles_->Profiles(token)->at(index);
307 CpuProfiler* profiler = Isolate::Current()->cpu_profiler();
308 const int token = profiler->token_enumerator_->GetTokenId(security_token);
309 return profiler->profiles_->GetProfile(token, uid);
423 CpuProfiler* profiler = Isolate::Current()->cpu_profiler();
424 profiler->processor_->SharedFunctionInfoMoveEvent(from, to);