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()
249 debug::DebugInfo GetDebugInfo() const;
338 elf_writer->WriteDebugInfo(oat_writer->GetDebugInfo()); in DoCompile()
248 elf_writer->WriteDebugInfo(oat_writer.GetDebugInfo()); in DoWriteElf()
4220 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()
208 stream->Write(debug_info->GetDebugInfo(), debug_info->GetDebugInfoSize()); in WriteDebugInfoItem()
1100 DexFile::DecodeDebugPositionInfo(debug_info->GetDebugInfo(), in DumpCode()1124 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
499 Section* GetDebugInfo() { return &debug_info_; } in GetDebugInfo() function
2065 debug::DebugInfo debug_info = oat_writer->GetDebugInfo(); // Keep the variable alive. in WriteOutputFiles()2107 elf_writer->WriteDebugInfo(oat_writer->GetDebugInfo()); in WriteOutputFiles()