Searched refs:GetDebugInfo (Results 1 – 12 of 12) sorted by relevance
69 builder_->GetDebugInfo()->Start(); in Start()73 builder_->GetDebugInfo()->End(); in End()283 owner_->builder_->GetDebugInfo()->WriteFully(buffer.data(), buffer.size()); in Write()447 owner_->builder_->GetDebugInfo()->WriteFully(buffer.data(), buffer.size()); in Write()
236 debug::DebugInfo GetDebugInfo() const;
334 elf_writer->WriteDebugInfo(oat_writer->GetDebugInfo()); in DoCompile()
243 elf_writer->WriteDebugInfo(oat_writer.GetDebugInfo()); in DoWriteElf()
4074 debug::DebugInfo OatWriter::GetDebugInfo() const { in GetDebugInfo() function in art::linker::OatWriter
916 uint8_t* orig_data = orig->GetDebugInfo(); in VerifyDebugInfo()917 uint8_t* output_data = output->GetDebugInfo(); in VerifyDebugInfo()
210 stream->Write(debug_info->GetDebugInfo(), debug_info->GetDebugInfoSize()); in WriteDebugInfoItem()
1101 DexFile::DecodeDebugPositionInfo(debug_info->GetDebugInfo(), in DumpCode()1125 DexFile::DecodeDebugLocalInfo(debug_info->GetDebugInfo(), in DumpCode()
522 stream->Write(debug_info->GetDebugInfo(), debug_info->GetDebugInfoSize()); in WriteDebugInfoItem()
1097 uint8_t* GetDebugInfo() const { return debug_info_.get(); } in GetDebugInfo() function
509 Section* GetDebugInfo() { return &debug_info_; } in GetDebugInfo() function
2143 debug::DebugInfo debug_info = oat_writer->GetDebugInfo(); // Keep the variable alive. in WriteOutputFiles()2185 elf_writer->WriteDebugInfo(oat_writer->GetDebugInfo()); in WriteOutputFiles()