Searched defs:dex_location_ (Results 1 - 3 of 3) 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.h321 // found for the dex_location_ dex file.
375 std::string dex_location_; member in class:art::OatFileAssistant
H A Doat_file_assistant_test.cc1091 : dex_location_(dex_location), oat_location_(oat_location), loaded_oat_file_(nullptr)
1101 dex_location_.c_str(),
1118 std::string dex_location_; member in class:art::RaceGenerateTask

Completed in 153 milliseconds