Home | History | Annotate | Download | only in src

Lines Matching refs:profiler

30 #include "cpu-profiler-inl.h"
39 #include "../include/v8-profiler.h"
313 CpuProfiler* profiler = Isolate::Current()->cpu_profiler();
314 const int token = profiler->token_enumerator_->GetTokenId(security_token);
315 return profiler->profiles_->Profiles(token)->at(index);
321 CpuProfiler* profiler = Isolate::Current()->cpu_profiler();
322 const int token = profiler->token_enumerator_->GetTokenId(security_token);
323 return profiler->profiles_->GetProfile(token, uid);
437 CpuProfiler* profiler = Isolate::Current()->cpu_profiler();
438 profiler->processor_->SharedFunctionInfoMoveEvent(from, to);