Searched refs:SamplerRegistry (Results 1 - 9 of 9) sorted by relevance

/external/v8/src/
H A Dplatform-freebsd.cc735 SamplerRegistry::AddActiveSampler(sampler);
755 SamplerRegistry::RemoveActiveSampler(sampler);
756 if (SamplerRegistry::GetState() == SamplerRegistry::HAS_NO_SAMPLERS) {
771 SamplerRegistry::State state;
772 while ((state = SamplerRegistry::GetState()) !=
773 SamplerRegistry::HAS_NO_SAMPLERS) {
775 (state == SamplerRegistry::HAS_CPU_PROFILING_SAMPLERS);
783 if (!SamplerRegistry::IterateActiveSamplers(&DoCpuProfile, this)) {
787 if (!SamplerRegistry
[all...]
H A Dplatform-solaris.cc745 SamplerRegistry::AddActiveSampler(sampler);
758 SamplerRegistry::RemoveActiveSampler(sampler);
759 if (SamplerRegistry::GetState() == SamplerRegistry::HAS_NO_SAMPLERS) {
769 SamplerRegistry::State state;
770 while ((state = SamplerRegistry::GetState()) !=
771 SamplerRegistry::HAS_NO_SAMPLERS) {
773 (state == SamplerRegistry::HAS_CPU_PROFILING_SAMPLERS);
787 if (!SamplerRegistry::IterateActiveSamplers(&DoCpuProfile, this)) {
791 if (!SamplerRegistry
[all...]
H A Dplatform-cygwin.cc639 SamplerRegistry::AddActiveSampler(sampler);
650 SamplerRegistry::RemoveActiveSampler(sampler);
651 if (SamplerRegistry::GetState() == SamplerRegistry::HAS_NO_SAMPLERS) {
660 SamplerRegistry::State state;
661 while ((state = SamplerRegistry::GetState()) !=
662 SamplerRegistry::HAS_NO_SAMPLERS) {
664 (state == SamplerRegistry::HAS_CPU_PROFILING_SAMPLERS);
672 if (!SamplerRegistry::IterateActiveSamplers(&DoCpuProfile, this)) {
677 if (!SamplerRegistry
[all...]
H A Dplatform-macos.cc758 SamplerRegistry::AddActiveSampler(sampler);
769 SamplerRegistry::RemoveActiveSampler(sampler);
770 if (SamplerRegistry::GetState() == SamplerRegistry::HAS_NO_SAMPLERS) {
779 SamplerRegistry::State state;
780 while ((state = SamplerRegistry::GetState()) !=
781 SamplerRegistry::HAS_NO_SAMPLERS) {
783 (state == SamplerRegistry::HAS_CPU_PROFILING_SAMPLERS);
791 if (!SamplerRegistry::IterateActiveSamplers(&DoCpuProfile, this)) {
796 if (!SamplerRegistry
[all...]
H A Dplatform-linux.cc1124 SamplerRegistry::AddActiveSampler(sampler);
1137 SamplerRegistry::RemoveActiveSampler(sampler);
1138 if (SamplerRegistry::GetState() == SamplerRegistry::HAS_NO_SAMPLERS) {
1148 SamplerRegistry::State state;
1149 while ((state = SamplerRegistry::GetState()) !=
1150 SamplerRegistry::HAS_NO_SAMPLERS) {
1152 (state == SamplerRegistry::HAS_CPU_PROFILING_SAMPLERS);
1165 if (!SamplerRegistry::IterateActiveSamplers(&DoCpuProfile, this)) {
1169 if (!SamplerRegistry
[all...]
H A Dplatform-openbsd.cc824 SamplerRegistry::AddActiveSampler(sampler);
837 SamplerRegistry::RemoveActiveSampler(sampler);
838 if (SamplerRegistry::GetState() == SamplerRegistry::HAS_NO_SAMPLERS) {
848 SamplerRegistry::State state;
849 while ((state = SamplerRegistry::GetState()) !=
850 SamplerRegistry::HAS_NO_SAMPLERS) {
852 (state == SamplerRegistry::HAS_CPU_PROFILING_SAMPLERS);
865 if (!SamplerRegistry::IterateActiveSamplers(&DoCpuProfile, this)) {
869 if (!SamplerRegistry
[all...]
H A Dlog.h432 class SamplerRegistry : public AllStatic { class in namespace:v8::internal
459 DISALLOW_IMPLICIT_CONSTRUCTORS(SamplerRegistry);
H A Dplatform-win32.cc1974 SamplerRegistry::AddActiveSampler(sampler);
1985 SamplerRegistry::RemoveActiveSampler(sampler);
1986 if (SamplerRegistry::GetState() == SamplerRegistry::HAS_NO_SAMPLERS) {
1995 SamplerRegistry::State state;
1996 while ((state = SamplerRegistry::GetState()) !=
1997 SamplerRegistry::HAS_NO_SAMPLERS) {
1999 (state == SamplerRegistry::HAS_CPU_PROFILING_SAMPLERS);
2007 if (!SamplerRegistry::IterateActiveSamplers(&DoCpuProfile, this)) {
2012 if (!SamplerRegistry
[all...]
H A Dlog.cc1735 List<Sampler*>* SamplerRegistry::active_samplers_ = NULL;
1738 bool SamplerRegistry::IterateActiveSamplers(VisitSampler func, void* param) {
1755 SamplerRegistry::State SamplerRegistry::GetState() {
1764 void SamplerRegistry::AddActiveSampler(Sampler* sampler) {
1776 void SamplerRegistry::RemoveActiveSampler(Sampler* sampler) {

Completed in 1624 milliseconds