Home
last modified time | relevance | path

Searched refs:location_ (Results 1 – 12 of 12) sorted by relevance

/art/openjdkjvmti/
Dti_breakpoint.h60 return method_ == other.method_ && location_ == other.location_;
68 return location_; in GetLocation()
73 jlocation location_; variable
Dti_breakpoint.cc121 ^ std::hash<jlocation> {}(location_); in hash()
124 Breakpoint::Breakpoint(art::ArtMethod* m, jlocation loc) : method_(m), location_(loc) { in Breakpoint()
/art/libelffile/stream/
Doutput_stream.h36 explicit OutputStream(const std::string& location) : location_(location) {} in OutputStream()
41 return location_; in GetLocation()
57 const std::string location_;
/art/runtime/
Doat_file.h182 return location_; in GetLocation()
391 const std::string location_;
Doat_file.cc1721 : location_(location), in OatFile()
1735 CHECK(!location_.empty()); in OatFile()
Dclass_linker_test.cc677 addOffset(OFFSETOF_MEMBER(mirror::DexCache, location_), "location"); in DexCacheOffsets()
/art/runtime/mirror/
Ddex_cache.cc281 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_), location); in SetLocation()
Ddex_cache-inl.h444 return GetFieldObject<String>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_)); in GetLocation()
Ddex_cache.h566 HeapReference<String> location_; variable
/art/libdexfile/dex/
Ddex_file.h201 return location_; in GetLocation()
829 const std::string location_; variable
Ddex_file.cc110 location_(location), in DexFile()
Ddex_file_verifier.cc202 location_(location), in DexFileVerifier()
344 failure_reason_ = StringPrintf("Failure to verify dex file '%s': ", location_); in ErrorStringPrintf()
378 const char* const location_; member in art::dex::DexFileVerifier