Home
last modified time | relevance | path

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

/external/cronet/base/profiler/
Dmodule_cache.cc67 if (const ModuleCache::Module* module = GetExistingModuleForAddress(address)) in GetModuleForAddress()
149 const ModuleCache::Module* ModuleCache::GetExistingModuleForAddress( in GetExistingModuleForAddress() function in base::ModuleCache
Dmodule_cache.h147 const Module* GetExistingModuleForAddress(uintptr_t address) const;
Dnative_unwinder_android.cc268 module_cache()->GetExistingModuleForAddress(dex_pc); in EmitDexFrame()