Lines Matching refs:base_location
451 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in FetchAndCacheResolvedClassesAndMethods() local
454 << " base_location=" << base_location in FetchAndCacheResolvedClassesAndMethods()
455 << " found=" << (locations.find(base_location) != locations.end()) in FetchAndCacheResolvedClassesAndMethods()
457 if (locations.find(base_location) != locations.end()) { in FetchAndCacheResolvedClassesAndMethods()
469 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in FetchAndCacheResolvedClassesAndMethods() local
471 VLOG(profiler) << "Location " << base_location in FetchAndCacheResolvedClassesAndMethods()
472 << " found=" << (locations.find(base_location) != locations.end()) in FetchAndCacheResolvedClassesAndMethods()
474 if (locations.find(base_location) != locations.end()) { in FetchAndCacheResolvedClassesAndMethods()
483 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); in FetchAndCacheResolvedClassesAndMethods() local
484 if (locations.find(base_location) != locations.end()) { in FetchAndCacheResolvedClassesAndMethods()
487 << base_location in FetchAndCacheResolvedClassesAndMethods()
491 VLOG(profiler) << "Location not found " << base_location; in FetchAndCacheResolvedClassesAndMethods()