Home
last modified time | relevance | path

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

/external/cronet/base/trace_event/
Dinterned_args_helper.cc26 base::ModuleCache& GetModuleCache() { return module_cache_; } in GetModuleCache() function in base::trace_event::__anonc6b595e00111::ModuleCacheForTracing
128 module_cache->GetModuleCache().GetModuleForAddress(address); in Get()
/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::__anonfa8e047d0111::TestProfileBuilder
Dstack_sampler_unittest.cc43 ModuleCache* GetModuleCache() override { return module_cache_; } in GetModuleCache() function in base::__anonff92e9d70111::TestProfileBuilder
Dstack_sampling_profiler_unittest.cc120 ModuleCache* GetModuleCache() override;
158 ModuleCache* TestProfileBuilder::GetModuleCache() { in GetModuleCache() function in base::__anonb477aec00111::TestProfileBuilder
Dstack_sampling_profiler.cc843 profile_builder_->GetModuleCache(), in StackSamplingProfiler()
/external/cronet/components/metrics/call_stacks/
Dcall_stack_profile_builder.h76 base::ModuleCache* GetModuleCache() override;
Dcall_stack_profile_builder.cc82 base::ModuleCache* CallStackProfileBuilder::GetModuleCache() { in GetModuleCache() function in metrics::CallStackProfileBuilder