Searched refs:oat_header_ (Results 1 - 2 of 2) sorted by relevance

/art/compiler/
H A Doat_writer.cc69 : OutputStream(out->GetLocation()), out_(out), oat_header_(oat_header) { }
72 oat_header_->UpdateChecksum(buffer, byte_count);
86 OatHeader* const oat_header_; member in class:art::__anon13::ChecksumUpdatingOutputStream
282 oat_header_(nullptr),
448 ChecksumUpdatingOutputStream checksum_updating_rodata(rodata, oat_header_.get());
460 oat_header_->UpdateChecksum(dex_files_map->Begin(), size);
485 CHECK_EQ(instruction_set, oat_header_->GetInstructionSet());
521 oat_header_->GetStoreValueByKey(OatHeader::kImageLocationKey) == nullptr);
753 uintptr_t base_loc = offset_ - code_size - writer_->oat_header_->GetExecutableOffset();
779 info.code_address = code_offset - writer_->oat_header_
[all...]
H A Doat_writer.h184 return *oat_header_;
319 std::unique_ptr<OatHeader> oat_header_; member in class:art::OatWriter::CreateTypeLookupTable

Completed in 59 milliseconds