Home
last modified time | relevance | path

Searched refs:Sampler (Results 1 – 17 of 17) sorted by relevance

/external/v8/src/
Dplatform-cygwin.cc602 class Sampler::PlatformData : public Malloced {
637 static void AddActiveSampler(Sampler* sampler) { in AddActiveSampler()
648 static void RemoveActiveSampler(Sampler* sampler) { in RemoveActiveSampler()
685 static void DoCpuProfile(Sampler* sampler, void* raw_sampler_thread) { in DoCpuProfile()
693 static void DoRuntimeProfile(Sampler* sampler, void* ignored) { in DoRuntimeProfile()
698 void SampleContext(Sampler* sampler) { in SampleContext()
747 Sampler::Sampler(Isolate* isolate, int interval) in Sampler() function in v8::internal::Sampler
757 Sampler::~Sampler() { in ~Sampler()
763 void Sampler::Start() { in Start()
770 void Sampler::Stop() { in Stop()
Dplatform-macos.cc729 class Sampler::PlatformData : public Malloced {
756 static void AddActiveSampler(Sampler* sampler) { in AddActiveSampler()
767 static void RemoveActiveSampler(Sampler* sampler) { in RemoveActiveSampler()
804 static void DoCpuProfile(Sampler* sampler, void* raw_sampler_thread) { in DoCpuProfile()
812 static void DoRuntimeProfile(Sampler* sampler, void* ignored) { in DoRuntimeProfile()
817 void SampleContext(Sampler* sampler) { in SampleContext()
879 Sampler::Sampler(Isolate* isolate, int interval) in Sampler() function in v8::internal::Sampler
889 Sampler::~Sampler() { in ~Sampler()
895 void Sampler::Start() { in Start()
902 void Sampler::Stop() { in Stop()
Dplatform-freebsd.cc667 class Sampler::PlatformData : public Malloced {
691 Sampler* sampler = isolate->logger()->sampler(); in ProfilerSignalHandler()
733 static void AddActiveSampler(Sampler* sampler) { in AddActiveSampler()
753 static void RemoveActiveSampler(Sampler* sampler) { in RemoveActiveSampler()
809 static void DoCpuProfile(Sampler* sampler, void* raw_sender) { in DoCpuProfile()
815 static void DoRuntimeProfile(Sampler* sampler, void* ignored) { in DoRuntimeProfile()
862 Sampler::Sampler(Isolate* isolate, int interval) in Sampler() function in v8::internal::Sampler
872 Sampler::~Sampler() { in ~Sampler()
878 void Sampler::Start() { in Start()
885 void Sampler::Stop() { in Stop()
Dplatform-solaris.cc683 Sampler* sampler = isolate->logger()->sampler(); in ProfilerSignalHandler()
703 class Sampler::PlatformData : public Malloced {
743 static void AddActiveSampler(Sampler* sampler) { in AddActiveSampler()
756 static void RemoveActiveSampler(Sampler* sampler) { in RemoveActiveSampler()
813 static void DoCpuProfile(Sampler* sampler, void* raw_sender) { in DoCpuProfile()
819 static void DoRuntimeProfile(Sampler* sampler, void* ignored) { in DoRuntimeProfile()
866 Sampler::Sampler(Isolate* isolate, int interval) in Sampler() function in v8::internal::Sampler
876 Sampler::~Sampler() { in ~Sampler()
882 void Sampler::Start() { in Start()
889 void Sampler::Stop() { in Stop()
Dlog.h139 class Sampler; variable
157 Sampler* sampler();
440 typedef void (*VisitSampler)(Sampler*, void*);
449 static void AddActiveSampler(Sampler* sampler);
450 static void RemoveActiveSampler(Sampler* sampler);
457 static List<Sampler*>* active_samplers_;
Dplatform-openbsd.cc744 Sampler* sampler = isolate->logger()->sampler(); in ProfilerSignalHandler()
781 class Sampler::PlatformData : public Malloced {
822 static void AddActiveSampler(Sampler* sampler) { in AddActiveSampler()
835 static void RemoveActiveSampler(Sampler* sampler) { in RemoveActiveSampler()
891 static void DoCpuProfile(Sampler* sampler, void* raw_sender) { in DoCpuProfile()
897 static void DoRuntimeProfile(Sampler* sampler, void* ignored) { in DoRuntimeProfile()
946 Sampler::Sampler(Isolate* isolate, int interval) in Sampler() function in v8::internal::Sampler
956 Sampler::~Sampler() { in ~Sampler()
962 void Sampler::Start() { in Start()
969 void Sampler::Stop() { in Stop()
Dplatform-linux.cc1041 Sampler* sampler = isolate->logger()->sampler(); in ProfilerSignalHandler()
1081 class Sampler::PlatformData : public Malloced {
1122 static void AddActiveSampler(Sampler* sampler) { in AddActiveSampler()
1135 static void RemoveActiveSampler(Sampler* sampler) { in RemoveActiveSampler()
1191 static void DoCpuProfile(Sampler* sampler, void* raw_sender) { in DoCpuProfile()
1197 static void DoRuntimeProfile(Sampler* sampler, void* ignored) { in DoRuntimeProfile()
1255 Sampler::Sampler(Isolate* isolate, int interval) in Sampler() function in v8::internal::Sampler
1265 Sampler::~Sampler() { in ~Sampler()
1271 void Sampler::Start() { in Start()
1278 void Sampler::Stop() { in Stop()
Dplatform.h702 class Sampler {
705 Sampler(Isolate* isolate, int interval);
706 virtual ~Sampler();
756 DISALLOW_IMPLICIT_CONSTRUCTORS(Sampler);
Dplatform-win32.cc1937 class Sampler::PlatformData : public Malloced {
1972 static void AddActiveSampler(Sampler* sampler) { in AddActiveSampler()
1983 static void RemoveActiveSampler(Sampler* sampler) { in RemoveActiveSampler()
2020 static void DoCpuProfile(Sampler* sampler, void* raw_sampler_thread) { in DoCpuProfile()
2028 static void DoRuntimeProfile(Sampler* sampler, void* ignored) { in DoRuntimeProfile()
2033 void SampleContext(Sampler* sampler) { in SampleContext()
2082 Sampler::Sampler(Isolate* isolate, int interval) in Sampler() function in v8::internal::Sampler
2092 Sampler::~Sampler() { in ~Sampler()
2098 void Sampler::Start() { in Start()
2105 void Sampler::Stop() { in Stop()
Dcpu-profiler.cc508 Sampler* sampler = reinterpret_cast<Sampler*>(isolate->logger()->ticker_); in StartProcessorIfNotStarted()
549 Sampler* sampler = reinterpret_cast<Sampler*>(logger->ticker_); in StopProcessor()
Dlog.cc188 class Ticker: public Sampler {
191 Sampler(isolate, interval), in Ticker()
1679 Sampler* Logger::sampler() { in sampler()
1735 List<Sampler*>* SamplerRegistry::active_samplers_ = NULL;
1749 static void ComputeCpuProfiling(Sampler* sampler, void* flag_ptr) { in ComputeCpuProfiling()
1764 void SamplerRegistry::AddActiveSampler(Sampler* sampler) { in AddActiveSampler()
1768 active_samplers_ = new List<Sampler*>; in AddActiveSampler()
1776 void SamplerRegistry::RemoveActiveSampler(Sampler* sampler) { in RemoveActiveSampler()
/external/openfst/src/include/fst/
Drandgen.h514 typedef S Sampler; typedef
683 typedef ArcSampler<IArc, Selector> Sampler; in RandGen() typedef
684 typedef RandGenFst<IArc, OArc, Sampler> RandFst; in RandGen()
688 Sampler* arc_sampler = new Sampler(ifst, opts.arc_selector, opts.max_length); in RandGen()
689 RandGenFstOptions<Sampler> fopts(CacheOptions(true, 0), arc_sampler, in RandGen()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DProgram.h190 struct Sampler struct
198 Sampler mSamplers[MAX_TEXTURE_IMAGE_UNITS]; argument
/external/v8/test/cctest/
Dtest-log.cc253 class TestSampler : public v8::internal::Sampler {
256 : Sampler(isolate, 0, true, true),
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-1626488 Sampler reports bogus time in op_enter during 3d-raytrace.js
26610 the Sampler may ask for an arbitrary vPC.
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-169223 https://bugs.webkit.org/show_bug.cgi?id=50799 Add Memory Sampler to WebKit
9250 Memory Sampler files
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1630250 https://bugs.webkit.org/show_bug.cgi?id=50799 Add Memory Sampler to WebKit