Home
last modified time | relevance | path

Searched refs:GetModuleCache (Results 1 – 7 of 7) sorted by relevance

/external/cronet/base/profiler/
Dprofile_builder.h33 virtual ModuleCache* GetModuleCache() = 0;
Dstack_sampling_profiler_test_util.cc69 ModuleCache* GetModuleCache() override { return module_cache_; } in GetModuleCache() function in base::__anon4ac81aae0111::TestProfileBuilder
Dstack_sampler_unittest.cc43 ModuleCache* GetModuleCache() override { return module_cache_; } in GetModuleCache() function in base::__anon450204a80111::TestProfileBuilder
Dstack_sampling_profiler_unittest.cc120 ModuleCache* GetModuleCache() override;
158 ModuleCache* TestProfileBuilder::GetModuleCache() { in GetModuleCache() function in base::__anon1bbf42d10111::TestProfileBuilder
Dstack_sampling_profiler.cc843 profile_builder_->GetModuleCache(), in StackSamplingProfiler()
/external/cronet/components/metrics/
Dcall_stack_profile_builder.h76 base::ModuleCache* GetModuleCache() override;
Dcall_stack_profile_builder.cc80 base::ModuleCache* CallStackProfileBuilder::GetModuleCache() { in GetModuleCache() function in metrics::CallStackProfileBuilder