Searched refs:GetExistingModuleForAddress (Results 1 – 3 of 3) sorted by relevance
68 if (const ModuleCache::Module* module = GetExistingModuleForAddress(address)) in GetModuleForAddress()150 const ModuleCache::Module* ModuleCache::GetExistingModuleForAddress( in GetExistingModuleForAddress() function in base::ModuleCache
147 const Module* GetExistingModuleForAddress(uintptr_t address) const;
280 module_cache()->GetExistingModuleForAddress(dex_pc); in EmitDexFrame()