Searched refs:location_ (Results 1 - 7 of 7) sorted by relevance
/art/compiler/ |
H A D | output_stream.h | 36 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 D | dex_cache.cc | 50 SetFieldObject(OFFSET_OF_OBJECT_MEMBER(DexCache, location_), location, false);
|
H A D | dex_cache.h | 57 return GetFieldObject<String*>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_), false); 169 String* location_; member in class:art::mirror::DexCache
|
/art/runtime/ |
H A D | oat_file.h | 64 return location_; 241 const std::string location_; member in class:art::OatFile
|
H A D | oat_file.cc | 119 : location_(location), begin_(NULL), end_(NULL), dlopen_handle_(NULL) { 120 CHECK(!location_.empty());
|
H A D | dex_file.h | 370 return location_; 843 location_(location), 881 const std::string location_; member in class:art::DexFile
|
H A D | class_linker_test.cc | 607 offsets.push_back(CheckOffset(OFFSETOF_MEMBER(mirror::DexCache, location_), "location"));
|
Completed in 117 milliseconds