HomeSort by relevance Sort by last modified time
    Searched refs:base_location (Results 1 - 5 of 5) sorted by null

  /art/libdexfile/dex/
dex_cache_resolved_classes.h 32 const std::string& base_location,
36 base_location_(base_location),
dex_file_loader.cc 187 std::string base_location = GetBaseLocation(dex_location); local
188 const char* suffix = dex_location + base_location.size();
196 UniqueCPtr<const char[]> path(realpath(base_location.c_str(), nullptr));
197 if (path != nullptr && path.get() != base_location) {
202 return base_location;
  /art/runtime/jit/
profile_saver.cc 451 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); local
454 << " base_location=" << base_location
455 << " found=" << (locations.find(base_location) != locations.end())
457 if (locations.find(base_location) != locations.end()) {
469 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); local
471 VLOG(profiler) << "Location " << base_location
472 << " found=" << (locations.find(base_location) != locations.end())
474 if (locations.find(base_location) != locations.end()) {
483 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()) local
    [all...]
jit_code_cache.cc 1964 const std::string base_location = DexFileLoader::GetBaseLocation(dex_file->GetLocation()); local
    [all...]
  /art/libprofile/profile/
profile_compilation_info_test.cc 832 std::string base_location = DexFileLoader::GetBaseLocation(dex->GetLocation()); local
889 std::string base_location = DexFileLoader::GetBaseLocation(dex->GetLocation()); local
    [all...]

Completed in 471 milliseconds