Searched refs:DoRuntimeProfile (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/ |
D | platform-freebsd.cc | 787 if (!SamplerRegistry::IterateActiveSamplers(&DoRuntimeProfile, NULL)) { in Run() 799 if (!SamplerRegistry::IterateActiveSamplers(&DoRuntimeProfile, in Run() 815 static void DoRuntimeProfile(Sampler* sampler, void* ignored) { in DoRuntimeProfile() function in v8::internal::SignalSender
|
D | platform-solaris.cc | 791 if (!SamplerRegistry::IterateActiveSamplers(&DoRuntimeProfile, NULL)) { in Run() 803 if (!SamplerRegistry::IterateActiveSamplers(&DoRuntimeProfile, in Run() 819 static void DoRuntimeProfile(Sampler* sampler, void* ignored) { in DoRuntimeProfile() function in v8::internal::SignalSender
|
D | platform-openbsd.cc | 869 if (!SamplerRegistry::IterateActiveSamplers(&DoRuntimeProfile, NULL)) { in Run() 881 if (!SamplerRegistry::IterateActiveSamplers(&DoRuntimeProfile, in Run() 897 static void DoRuntimeProfile(Sampler* sampler, void* ignored) { in DoRuntimeProfile() function in v8::internal::SignalSender
|
D | platform-linux.cc | 1164 if (!SamplerRegistry::IterateActiveSamplers(&DoRuntimeProfile, NULL)) { in Run() 1176 if (!SamplerRegistry::IterateActiveSamplers(&DoRuntimeProfile, in Run() 1192 static void DoRuntimeProfile(Sampler* sampler, void* ignored) { in DoRuntimeProfile() function in v8::internal::SignalSender
|
D | platform-cygwin.cc | 677 if (!SamplerRegistry::IterateActiveSamplers(&DoRuntimeProfile, NULL)) { in Run() 693 static void DoRuntimeProfile(Sampler* sampler, void* ignored) { in DoRuntimeProfile() function in v8::internal::SamplerThread
|
D | platform-macos.cc | 796 if (!SamplerRegistry::IterateActiveSamplers(&DoRuntimeProfile, NULL)) { in Run() 812 static void DoRuntimeProfile(Sampler* sampler, void* ignored) { in DoRuntimeProfile() function in v8::internal::SamplerThread
|
D | platform-win32.cc | 2012 if (!SamplerRegistry::IterateActiveSamplers(&DoRuntimeProfile, NULL)) { in Run() 2028 static void DoRuntimeProfile(Sampler* sampler, void* ignored) { in DoRuntimeProfile() function in v8::internal::SamplerThread
|