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

  /external/v8/src/
cpu-profiler.cc 146 int CpuProfiler::GetProfilesCount() {
152 CpuProfile* CpuProfiler::GetProfile(int index) {
157 void CpuProfiler::DeleteAllProfiles() {
163 void CpuProfiler::DeleteProfile(CpuProfile* profile) {
183 void CpuProfiler::CallbackEvent(Name* name, Address entry_point) {
197 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
211 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
225 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code,
251 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code,
277 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag
    [all...]
cpu-profiler-inl.h 48 // some of them have been filtered out by CpuProfiler.
55 TickSample* CpuProfiler::StartTickSample() {
61 void CpuProfiler::FinishTickSample() {
cpu-profiler.h 185 CpuProfiler* cpu_profiler = cpu_profiler_isolate->cpu_profiler(); \
192 class CpuProfiler : public CodeEventListener {
194 explicit CpuProfiler(Isolate* isolate);
196 CpuProfiler(Isolate* isolate,
201 virtual ~CpuProfiler();
266 DISALLOW_COPY_AND_ASSIGN(CpuProfiler);
log.h 60 class CpuProfiler;
419 friend class CpuProfiler;
isolate.h 46 class CpuProfiler;
    [all...]
api.cc     [all...]
log.cc 43 CpuProfiler* cpu_profiler = isolate_->cpu_profiler(); \
    [all...]
isolate.cc     [all...]
  /external/v8/include/
v8-profiler.h 87 * |record_samples| parameter of CpuProfiler::StartCpuProfiling is true.
118 * Deletes the profile and removes it from CpuProfiler's list.
129 class V8_EXPORT CpuProfiler {
172 CpuProfiler();
173 ~CpuProfiler();
174 CpuProfiler(const CpuProfiler&);
175 CpuProfiler& operator=(const CpuProfiler&);
v8.h 68 class CpuProfiler;
    [all...]
  /external/v8/test/cctest/
profiler-extension.cc 60 v8::CpuProfiler* cpu_profiler = args.GetIsolate()->GetCpuProfiler();
69 v8::CpuProfiler* cpu_profiler = args.GetIsolate()->GetCpuProfiler();
test-profile-generator.cc 41 using i::CpuProfiler;
560 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
635 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler();
636 i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(profiler);
691 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
715 CpuProfiler* profiler = isolate->cpu_profiler();
737 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler();
738 i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(profiler)
    [all...]
test-cpu-profiler.cc 41 using i::CpuProfiler;
147 CpuProfiler profiler(isolate, profiles, &generator, processor.get());
208 CpuProfiler profiler(isolate, profiles, &generator, processor.get());
253 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
277 CpuProfiler profiler(isolate, profiles, &generator, processor.get());
308 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
335 static bool FindCpuProfile(v8::CpuProfiler* v8profiler,
337 i::CpuProfiler* profiler = reinterpret_cast<i::CpuProfiler*>(v8profiler);
352 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler()
    [all...]
test-api.cc 96 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler();
100 reinterpret_cast<i::CpuProfiler*>(cpu_profiler)->DeleteAllProfiles();
    [all...]

Completed in 1728 milliseconds