Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/trace_event/
H A Dinterned_args_helper.cc26 base::ModuleCache& GetModuleCache() { return module_cache_; } in GetModuleCache() function in base::trace_event::__anon49a77a820111::ModuleCacheForTracing
128 module_cache->GetModuleCache().GetModuleForAddress(address); in Get()
/aosp_15_r20/external/cronet/base/profiler/
H A Dprofile_builder.h33 virtual ModuleCache* GetModuleCache() = 0;
H A Dstack_sampling_profiler_test_util.cc70 ModuleCache* GetModuleCache() override { return module_cache_; } in GetModuleCache() function in base::__anon94d79b9f0111::TestProfileBuilder
H A Dstack_sampling_profiler_unittest.cc123 ModuleCache* GetModuleCache() override;
161 ModuleCache* TestProfileBuilder::GetModuleCache() { in GetModuleCache() function in base::__anon0e79e9a20111::TestProfileBuilder
H A Dstack_sampler_unittest.cc43 ModuleCache* GetModuleCache() override { return module_cache_; } in GetModuleCache() function in base::__anon7fa9c2390111::TestProfileBuilder
H A Dstack_sampling_profiler.cc843 profile_builder_->GetModuleCache(), in StackSamplingProfiler()
/aosp_15_r20/external/cronet/components/metrics/call_stacks/
H A Dcall_stack_profile_builder.h76 base::ModuleCache* GetModuleCache() override;
H A Dcall_stack_profile_builder.cc80 base::ModuleCache* CallStackProfileBuilder::GetModuleCache() { in GetModuleCache() function in metrics::CallStackProfileBuilder