Home
last modified time | relevance | path

Searched refs:GetExistingModuleForAddress (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/base/profiler/
H A Dmodule_cache.cc68 if (const ModuleCache::Module* module = GetExistingModuleForAddress(address)) in GetModuleForAddress()
150 const ModuleCache::Module* ModuleCache::GetExistingModuleForAddress( in GetExistingModuleForAddress() function in base::ModuleCache
H A Dmodule_cache.h147 const Module* GetExistingModuleForAddress(uintptr_t address) const;
H A Dnative_unwinder_android.cc280 module_cache()->GetExistingModuleForAddress(dex_pc); in EmitDexFrame()