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

/art/runtime/
H A Ddex_cache_resolved_classes.h32 : dex_location_(dex_location),
41 // Don't need to compare base_location_ since dex_location_ has more info.
42 return dex_location_.compare(other.dex_location_);
51 return dex_location_;
67 const std::string dex_location_; member in class:art::DexCacheResolvedClasses
H A Doat_file_assistant.cc79 dex_location_.assign(dex_location);
112 if (boot_class_path[i]->GetLocation() == dex_location_) {
113 VLOG(oat) << "Dex location " << dex_location_ << " is in boot class path";
322 dex_location_, isa_, &cached_odex_file_name_, &error_msg);
404 cached_oat_file_name_found_ = GetDalvikCacheFilename(dex_location_.c_str(),
410 << dex_location_ << ": " << error_msg;
486 dex_location_.c_str(), dex_checksum_pointer, false);
494 = DexFile::GetMultiDexLocation(i, dex_location_.c_str());
542 LOG(WARNING) << "Dex location " << dex_location_ << " does not seem to include dex file. "
625 *error_msg = "Patching of oat file for dex location " + dex_location_
[all...]
H A Doat_file_assistant.h321 // found for the dex_location_ dex file.
375 std::string dex_location_; member in class:art::OatFileAssistant
H A Doat_file_assistant_test.cc1259 : dex_location_(dex_location), oat_location_(oat_location), loaded_oat_file_(nullptr)
1269 dex_location_.c_str(),
1286 std::string dex_location_; member in class:art::RaceGenerateTask

Completed in 69 milliseconds