/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/libdexfile/dex/ |
D | dex_file_loader.cc | 178 ZipArchive::OpenFromOwnedFd(file_->Fd(), location_.c_str(), error_msg) : in GetMultiDexChecksum() 180 root_container_->Begin(), root_container_->Size(), location_.c_str(), error_msg)); in GetMultiDexChecksum() 265 DEXFILE_SCOPED_TRACE(std::string("Open dex file ") + location_); in OpenOne() 277 location_, in OpenOne() 293 *error_msg = StringPrintf("Unable to open '%s' : Size is too small", location_.c_str()); in InitAndReadMagic() 355 DEXFILE_SCOPED_TRACE(std::string("Open dex file ") + location_); in Open() 367 ZipArchive::OpenFromOwnedFd(file_->Fd(), location_.c_str(), error_msg) : in Open() 369 root_container_->Begin(), root_container_->Size(), location_.c_str(), error_msg)); in Open() 379 location_, in Open() 395 LOG(WARNING) << location_ << " has in excess of " << kWarnOnManyDexFilesThreshold in Open() [all …]
|
D | dex_file_loader.h | 164 : filename_(filename), file_(file), location_(location) { in DexFileLoader() 169 : root_container_(std::move(container)), location_(location) { in DexFileLoader() 209 CHECK(dex_file == nullptr || dex_file->IsDexContainerLastEntry()) << location_; in Open() 341 const std::string location_; variable
|
D | dex_file.cc | 160 location_(location), in DexFile() 204 location_.c_str()); in Init() 214 location_.c_str(), in Init() 222 location_.c_str(), in Init()
|
D | dex_file.h | 274 return location_; in GetLocation() 967 const std::string location_; variable
|
D | dex_file_verifier.cc | 132 location_(location), in DexFileVerifier() 369 failure_reason_ = StringPrintf("Failure to verify dex file '%s': ", location_); in ErrorStringPrintf() 404 const char* const location_; member in art::dex::DexFileVerifier
|
/art/runtime/oat/ |
D | oat_file_assistant.h | 131 Location GetLocation() { return location_; } in GetLocation() 132 bool IsVdexUsable() { return location_ != kLocationNoneOrError; } in IsVdexUsable() 135 Location location_ = kLocationNoneOrError;
|
D | oat_file.h | 209 return location_; in GetLocation() 427 const std::string location_;
|
D | oat_file_assistant.cc | 338 dexopt_status->location_ = kLocationNoneOrError; in GetDexOptNeeded() 342 dexopt_status->location_ = GetLocation(info); in GetDexOptNeeded()
|
D | oat_file.cc | 2021 : location_(location), in OatFile() 2037 CHECK(!location_.empty()); in OatFile()
|
/art/runtime/mirror/ |
D | dex_cache.cc | 156 SetFieldObject<false>(OFFSET_OF_OBJECT_MEMBER(DexCache, location_), location); in SetLocation()
|
D | dex_cache-inl.h | 351 OFFSET_OF_OBJECT_MEMBER(DexCache, location_)); in GetLocation()
|
D | dex_cache.h | 577 HeapReference<String> location_; variable
|
/art/compiler/utils/riscv64/ |
D | assembler_riscv64.cc | 6625 OffsetBits offset_size_needed = GetOffsetSizeNeeded(location_, target_); in InitializeType() 6740 location_(location), in Branch() 6762 location_(location), in Branch() 6785 location_(location), in Branch() 6802 location_(location), in Branch() 6866 uint32_t Riscv64Assembler::Branch::GetLocation() const { return location_; } in GetLocation() 6931 if (location_ > expand_location) { in Relocate() 6932 location_ += delta; in Relocate() 6985 if (target_ <= location_) { in PromoteIfNeeded() 6987 needed_size = GetOffsetSizeNeeded(location_ + branch_info_[cond21Type].pc_offset, target_); in PromoteIfNeeded() [all …]
|
D | assembler_riscv64.h | 2094 uint32_t location_; // Offset into assembler buffer in bytes. variable
|
/art/runtime/ |
D | class_linker_test.cc | 688 addOffset(OFFSETOF_MEMBER(mirror::DexCache, location_), "location"); in DexCacheOffsets()
|