Searched refs:dex_location_ (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | dex_cache_resolved_classes.h | 32 : dex_location_(dex_location), in DexCacheResolvedClasses() 42 return dex_location_.compare(other.dex_location_); in Compare() 51 return dex_location_; in GetDexLocation() 67 const std::string dex_location_;
|
D | oat_file_assistant.cc | 79 dex_location_.assign(dex_location); in OatFileAssistant() 112 if (boot_class_path[i]->GetLocation() == dex_location_) { in IsInBootClassPath() 113 VLOG(oat) << "Dex location " << dex_location_ << " is in boot class path"; in IsInBootClassPath() 322 dex_location_, isa_, &cached_odex_file_name_, &error_msg); in OdexFileName() 404 cached_oat_file_name_found_ = GetDalvikCacheFilename(dex_location_.c_str(), in OatFileName() 410 << dex_location_ << ": " << error_msg; in OatFileName() 486 dex_location_.c_str(), dex_checksum_pointer, false); in GivenOatFileIsOutOfDate() 494 = DexFile::GetMultiDexLocation(i, dex_location_.c_str()); in GivenOatFileIsOutOfDate() 542 LOG(WARNING) << "Dex location " << dex_location_ << " does not seem to include dex file. " in GivenOatFileIsOutOfDate() 625 *error_msg = "Patching of oat file for dex location " + dex_location_ in RelocateOatFile() [all …]
|
D | oat_file_assistant.h | 375 std::string dex_location_; variable
|
D | oat_file_assistant_test.cc | 1259 : dex_location_(dex_location), oat_location_(oat_location), loaded_oat_file_(nullptr) in RaceGenerateTask() 1269 dex_location_.c_str(), in Run() 1286 std::string dex_location_; member in art::RaceGenerateTask
|