HomeSort by relevance Sort by last modified time
    Searched refs:CpuProfiler (Results 1 - 14 of 14) 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) {
203 void CpuProfiler::CallbackEvent(Name* name, Address entry_point) {
215 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
230 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag,
245 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code,
265 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag, Code* code,
301 void CpuProfiler::CodeCreateEvent(Logger::LogEventsAndTags tag
    [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 CpuProfiler* cpu_profiler = cpu_profiler_isolate->cpu_profiler(); \
196 class CpuProfiler : public CodeEventListener {
198 explicit CpuProfiler(Isolate* isolate);
200 CpuProfiler(Isolate* isolate,
205 virtual ~CpuProfiler();
271 DISALLOW_COPY_AND_ASSIGN(CpuProfiler);
  /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 {
215 CpuProfiler();
216 ~CpuProfiler();
217 CpuProfiler(const CpuProfiler&);
218 CpuProfiler& operator=(const CpuProfiler&);
v8.h 73 class CpuProfiler;
    [all...]
  /external/v8/test/cctest/
profiler-extension.cc 68 v8::CpuProfiler* cpu_profiler = args.GetIsolate()->GetCpuProfiler();
77 v8::CpuProfiler* cpu_profiler = args.GetIsolate()->GetCpuProfiler();
test-cpu-profiler.cc 42 using i::CpuProfiler;
168 CpuProfiler profiler(isolate, profiles, &generator, processor.get());
229 CpuProfiler profiler(isolate, profiles, &generator, processor.get());
274 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
298 CpuProfiler profiler(isolate, profiles, &generator, processor.get());
329 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
356 static bool FindCpuProfile(v8::CpuProfiler* v8profiler,
358 i::CpuProfiler* profiler = reinterpret_cast<i::CpuProfiler*>(v8profiler);
373 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler()
    [all...]
test-profile-generator.cc 41 using i::CpuProfiler;
507 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
583 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler();
584 i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(profiler);
640 CpuProfiler* profiler = CcTest::i_isolate()->cpu_profiler();
668 CpuProfiler* profiler = isolate->cpu_profiler();
690 v8::CpuProfiler* profiler = env->GetIsolate()->GetCpuProfiler();
691 i::CpuProfiler* iprofiler = reinterpret_cast<i::CpuProfiler*>(profiler)
    [all...]
test-api.cc 98 v8::CpuProfiler* cpu_profiler = env->GetIsolate()->GetCpuProfiler();
102 reinterpret_cast<i::CpuProfiler*>(cpu_profiler)->DeleteAllProfiles();
    [all...]
  /external/v8/src/
log.h 60 class CpuProfiler;
410 friend class CpuProfiler;
isolate.h 53 class CpuProfiler;
899 CpuProfiler* cpu_profiler() const { return cpu_profiler_;
    [all...]
api.cc     [all...]
log.cc 42 CpuProfiler* cpu_profiler = isolate_->cpu_profiler(); \
    [all...]
isolate.cc     [all...]

Completed in 152 milliseconds