OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SamplerRegistry
(Results
1 - 9
of
9
) sorted by null
/external/v8/src/
platform-solaris.cc
745
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
::IterateActiveSamplers(&DoRuntimeProfile, NULL))
[
all
...]
platform-cygwin.cc
639
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
::IterateActiveSamplers(&DoRuntimeProfile, NULL))
[
all
...]
platform-macos.cc
758
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
::IterateActiveSamplers(&DoRuntimeProfile, NULL))
[
all
...]
platform-freebsd.cc
735
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
::IterateActiveSamplers(&DoRuntimeProfile, NULL))
[
all
...]
platform-linux.cc
1119
SamplerRegistry
::AddActiveSampler(sampler);
1132
SamplerRegistry
::RemoveActiveSampler(sampler);
1133
if (
SamplerRegistry
::GetState() ==
SamplerRegistry
::HAS_NO_SAMPLERS) {
1143
SamplerRegistry
::State state;
1144
while ((state =
SamplerRegistry
::GetState()) !=
1145
SamplerRegistry
::HAS_NO_SAMPLERS) {
1147
(state ==
SamplerRegistry
::HAS_CPU_PROFILING_SAMPLERS);
[
all
...]
platform-openbsd.cc
824
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
::IterateActiveSamplers(&DoRuntimeProfile, NULL))
[
all
...]
log.h
432
class
SamplerRegistry
: public AllStatic {
459
DISALLOW_IMPLICIT_CONSTRUCTORS(
SamplerRegistry
);
platform-win32.cc
[
all
...]
log.cc
[
all
...]
Completed in 156 milliseconds