Searched refs:location_ (Results 1 – 12 of 12) sorted by relevance
/art/openjdkjvmti/ |
D | ti_breakpoint.h | 60 return method_ == other.method_ && location_ == other.location_; 68 return location_; in GetLocation() 73 jlocation location_; variable
|
D | ti_breakpoint.cc | 121 ^ std::hash<jlocation> {}(location_); in hash() 124 Breakpoint::Breakpoint(art::ArtMethod* m, jlocation loc) : method_(m), location_(loc) { in Breakpoint()
|
/art/libelffile/stream/ |
D | output_stream.h | 36 explicit OutputStream(const std::string& location) : location_(location) {} in OutputStream() 41 return location_; in GetLocation() 57 const std::string location_;
|
/art/runtime/ |
D | oat_file.h | 189 return location_; in GetLocation() 393 const std::string location_;
|
D | oat_file.cc | 1936 : location_(location), in OatFile() 1950 CHECK(!location_.empty()); in OatFile()
|
D | class_linker_test.cc | 680 addOffset(OFFSETOF_MEMBER(mirror::DexCache, location_), "location"); in DexCacheOffsets()
|
/art/runtime/mirror/ |
D | dex_cache.cc | 243 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_), location); in SetLocation()
|
D | dex_cache-inl.h | 411 return GetFieldObject<String>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_)); in GetLocation()
|
D | dex_cache.h | 555 HeapReference<String> location_; variable
|
/art/libdexfile/dex/ |
D | dex_file.h | 202 return location_; in GetLocation() 851 const std::string location_; variable
|
D | dex_file.cc | 110 location_(location), in DexFile()
|
D | dex_file_verifier.cc | 202 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
|