Home
last modified time | relevance | path

Searched refs:dex_location_ (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Ddex_cache_resolved_classes.h32 : 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_;
Doat_file_assistant.cc79 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 …]
Doat_file_assistant.h375 std::string dex_location_; variable
Doat_file_assistant_test.cc1259 : 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