Searched refs:location_ (Results 1 - 7 of 7) sorted by relevance

/art/compiler/
H A Doutput_stream.h36 explicit OutputStream(const std::string& location) : location_(location) {}
41 return location_;
49 const std::string location_; member in class:art::OutputStream
/art/runtime/mirror/
H A Ddex_cache.cc50 SetFieldObject(OFFSET_OF_OBJECT_MEMBER(DexCache, location_), location, false);
H A Ddex_cache.h57 return GetFieldObject<String*>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_), false);
169 String* location_; member in class:art::mirror::DexCache
/art/runtime/
H A Doat_file.h64 return location_;
241 const std::string location_; member in class:art::OatFile
H A Doat_file.cc119 : location_(location), begin_(NULL), end_(NULL), dlopen_handle_(NULL) {
120 CHECK(!location_.empty());
H A Ddex_file.h370 return location_;
843 location_(location),
881 const std::string location_; member in class:art::DexFile
H A Dclass_linker_test.cc607 offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::DexCache, location_), "location"));

Completed in 117 milliseconds