HomeSort by relevance Sort by last modified time
    Searched refs:CpuProfiler (Results 1 - 15 of 15) sorted by null

  /external/v8/src/profiler/
cpu-profiler.cc 176 int CpuProfiler::GetProfilesCount() {
182 CpuProfile* CpuProfiler::GetProfile(int index) {
187 void CpuProfiler::DeleteAllProfiles() {
193 void CpuProfiler::DeleteProfile(CpuProfile* profile) {
202 void CpuProfiler::CodeEventHandler(const CodeEventsContainer& evt_rec) {
222 CpuProfiler::CpuProfiler(Isolate* isolate)
231 CpuProfiler::CpuProfiler(Isolate* isolate, CpuProfilesCollection* test_profiles,
244 CpuProfiler::~CpuProfiler()
    [all...]
cpu-profiler-inl.h 46 // some of them have been filtered out by CpuProfiler.
53 TickSample* CpuProfiler::StartTickSample() {
59 void CpuProfiler::FinishTickSample() {
cpu-profiler.h 189 class CpuProfiler : public CodeEventObserver {
191 explicit CpuProfiler(Isolate* isolate);
193 CpuProfiler(Isolate* isolate, CpuProfilesCollection* profiles,
197 ~CpuProfiler() override;
237 DISALLOW_COPY_AND_ASSIGN(CpuProfiler);
profile-generator.h 271 CpuProfile(CpuProfiler* profiler, const char* title, bool record_samples);
289 CpuProfiler* cpu_profiler() const { return profiler_; }
303 CpuProfiler* const profiler_;
337 void set_cpu_profiler(CpuProfiler* profiler) { profiler_ = profiler; }
356 CpuProfiler* profiler_;
profile-generator.cc 402 CpuProfile::CpuProfile(CpuProfiler* profiler, const char* title,
  /external/v8/include/
v8-profiler.h 139 * |record_samples| parameter of CpuProfiler::StartCpuProfiling is true.
170 * Deletes the profile and removes it from CpuProfiler's list.
181 class V8_EXPORT CpuProfiler {
222 CpuProfiler();
223 ~CpuProfiler();
224 CpuProfiler(const CpuProfiler&);
225 CpuProfiler& operator=(const CpuProfiler&);
v8.h 75 class CpuProfiler;
    [all...]
  /external/v8/test/cctest/
profiler-extension.cc 62 v8::CpuProfiler* cpu_profiler = args.GetIsolate()->GetCpuProfiler();
70 v8::CpuProfiler* cpu_profiler = args.GetIsolate()->GetCpuProfiler();
test-cpu-profiler.cc 43 using i::CpuProfiler;
160 CpuProfiler profiler(isolate, profiles, generator, processor);
228 CpuProfiler profiler(isolate, profiles, generator, processor);
279 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
300 CpuProfiler profiler(isolate, profiles, generator, processor);
337 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
364 static bool FindCpuProfile(v8::CpuProfiler* v8profiler,
366 i::CpuProfiler* profiler = reinterpret_cast<i::CpuProfiler*>(v8profiler);
381 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler()
    [all...]
test-profile-generator.cc 41 using i::CpuProfiler;
520 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
597 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler();
598 i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(profiler);
650 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
677 CpuProfiler* profiler = isolate->cpu_profiler();
700 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler();
701 i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(profiler)
    [all...]
test-api.cc 99 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler();
103 reinterpret_cast<i::CpuProfiler*>(cpu_profiler)->DeleteAllProfiles();
    [all...]
  /external/v8/src/
log.h 66 class CpuProfiler;
353 friend class CpuProfiler;
isolate.h 57 class CpuProfiler;
    [all...]
api.cc     [all...]
isolate.cc     [all...]

Completed in 114 milliseconds