StopProfiling 192 include/v8-profiler.h static const CpuProfile* StopProfiling(
StopProfiling 5981 src/api.cc i::CpuProfiler::StopProfiling(
StopProfiling 522 src/cpu-profiler.cc profiles_->StopProfiling(TokenEnumerator::kNoSecurityToken,
StopProfiling 538 src/cpu-profiler.cc return profiles_->StopProfiling(token, profile_title, actual_sampling_rate);
StopProfiling 211 src/cpu-profiler.h static CpuProfile* StopProfiling(const char* title);
StopProfiling 212 src/cpu-profiler.h static CpuProfile* StopProfiling(Object* security_token, String* title);
StopProfiling 294 src/profile-generator.h CpuProfile* StopProfiling(int security_token_id,
StopProfiling 167 test/cctest/test-cpu-profiler.cc profiles.StopProfiling(TokenEnumerator::kNoSecurityToken, "", 1);
StopProfiling 221 test/cctest/test-cpu-profiler.cc CpuProfiler::StopProfiling("2");
StopProfiling 223 test/cctest/test-cpu-profiler.cc CpuProfiler::StopProfiling("");
StopProfiling 254 test/cctest/test-cpu-profiler.cc profiles.StopProfiling(TokenEnumerator::kNoSecurityToken, "", 1);
StopProfiling 277 test/cctest/test-cpu-profiler.cc CpuProfiler::StopProfiling("1");
StopProfiling 283 test/cctest/test-cpu-profiler.cc CpuProfiler::StopProfiling("2");
StopProfiling 284 test/cctest/test-cpu-profiler.cc CpuProfiler::StopProfiling("1");
StopProfiling 307 test/cctest/test-cpu-profiler.cc const v8::CpuProfile* p1 = v8::CpuProfiler::StopProfiling(name1);
StopProfiling 318 test/cctest/test-cpu-profiler.cc const v8::CpuProfile* p2 = v8::CpuProfiler::StopProfiling(name2);
StopProfiling 327 test/cctest/test-cpu-profiler.cc const v8::CpuProfile* p3 = v8::CpuProfiler::StopProfiling(name3);
StopProfiling 353 test/cctest/test-cpu-profiler.cc const v8::CpuProfile* p1 = v8::CpuProfiler::StopProfiling(name1);
StopProfiling 373 test/cctest/test-cpu-profiler.cc const v8::CpuProfile* p2_t2 = v8::CpuProfiler::StopProfiling(name2, token2);
StopProfiling 382 test/cctest/test-cpu-profiler.cc const v8::CpuProfile* p3 = v8::CpuProfiler::StopProfiling(name3);
StopProfiling 621 test/cctest/test-profile-generator.cc profiles.StopProfiling(TokenEnumerator::kNoSecurityToken, "", 1);
StopProfiling 699 test/cctest/test-profile-generator.cc static v8::Handle<v8::Value> StopProfiling(const v8::Arguments& args);
StopProfiling 714 test/cctest/test-profile-generator.cc return v8::FunctionTemplate::New(ProfilerExtension::StopProfiling);
StopProfiling 735 test/cctest/test-profile-generator.cc v8::CpuProfiler::StopProfiling(args[0].As<v8::String>());
StopProfiling 737 test/cctest/test-profile-generator.cc v8::CpuProfiler::StopProfiling(v8::String::New(""));