Home
last modified time | relevance | path

Searched refs:MethodDebugInfo (Results 1 – 16 of 16) sorted by relevance

/art/compiler/debug/
Delf_debug_writer.h34 struct MethodDebugInfo;
39 const ArrayRef<const MethodDebugInfo>& method_infos,
48 const ArrayRef<const MethodDebugInfo>& method_infos);
53 const ArrayRef<const MethodDebugInfo>& method_infos);
61 std::vector<MethodDebugInfo> MakeTrampolineInfos(const OatHeader& oat_header);
Delf_debug_writer.cc39 const ArrayRef<const MethodDebugInfo>& method_infos, in WriteDebugInfo()
51 for (const MethodDebugInfo& mi : method_infos) { in WriteDebugInfo()
96 const ArrayRef<const MethodDebugInfo>& method_infos) { in MakeMiniDebugInfo()
116 const ArrayRef<const MethodDebugInfo>& method_infos) { in WriteDebugElfFileForMethodsInternal()
135 const ArrayRef<const MethodDebugInfo>& method_infos) { in WriteDebugElfFileForMethods()
176 std::vector<MethodDebugInfo> MakeTrampolineInfos(const OatHeader& header) { in MakeTrampolineInfos()
186 std::vector<MethodDebugInfo> result; in MakeTrampolineInfos()
189 MethodDebugInfo info = MethodDebugInfo(); in MakeTrampolineInfos()
204 const ArrayRef<const MethodDebugInfo>& method_infos,
209 const ArrayRef<const MethodDebugInfo>& method_infos,
Delf_symtab_writer.h40 const ArrayRef<const MethodDebugInfo>& method_infos, in WriteDebugSymbols()
53 for (const MethodDebugInfo& info : method_infos) { in WriteDebugSymbols()
63 for (const MethodDebugInfo& info : method_infos) { in WriteDebugSymbols()
Delf_debug_frame_writer.h172 const ArrayRef<const MethodDebugInfo>& method_infos, in WriteCFISection()
182 std::vector<const MethodDebugInfo*> sorted_method_infos; in WriteCFISection()
195 [](const MethodDebugInfo* lhs, const MethodDebugInfo* rhs) { in WriteCFISection()
224 for (const MethodDebugInfo* mi : sorted_method_infos) { in WriteCFISection()
Delf_compilation_unit.h28 std::vector<const MethodDebugInfo*> methods;
Dmethod_debug_info.h26 struct MethodDebugInfo { struct
Delf_debug_loc_writer.h89 const MethodDebugInfo* method_info, in GetVariableLocations()
176 static void WriteDebugLocEntry(const MethodDebugInfo* method_info, in WriteDebugLocEntry()
Delf_gnu_debugdata_writer.h85 const ArrayRef<const MethodDebugInfo>& method_infos) { in MakeMiniDebugInfoInternal()
Delf_debug_line_writer.h87 for (const MethodDebugInfo* mi : compilation_unit.methods) { in WriteCompilationUnit()
Delf_debug_info_writer.h46 static std::vector<const char*> GetParamNames(const MethodDebugInfo* mi) { in GetParamNames()
446 void WriteRegLocation(const MethodDebugInfo* method_info,
/art/compiler/
Delf_writer.h36 struct MethodDebugInfo;
56 virtual void PrepareDebugInfo(const ArrayRef<const debug::MethodDebugInfo>& method_infos) = 0;
62 virtual void WriteDebugInfo(const ArrayRef<const debug::MethodDebugInfo>& method_infos) = 0;
Delf_writer_quick.cc57 const ArrayRef<const debug::MethodDebugInfo>& method_infos) in DebugInfoTask()
82 const ArrayRef<const debug::MethodDebugInfo>& method_infos_;
97 void PrepareDebugInfo(const ArrayRef<const debug::MethodDebugInfo>& method_infos) OVERRIDE;
103 void WriteDebugInfo(const ArrayRef<const debug::MethodDebugInfo>& method_infos) OVERRIDE;
221 const ArrayRef<const debug::MethodDebugInfo>& method_infos) { in PrepareDebugInfo()
240 const ArrayRef<const debug::MethodDebugInfo>& method_infos) { in WriteDebugInfo()
Doat_writer.h47 struct MethodDebugInfo;
205 void AddMethodDebugInfos(const std::vector<debug::MethodDebugInfo>& infos) { in AddMethodDebugInfos()
209 ArrayRef<const debug::MethodDebugInfo> GetMethodDebugInfo() const { in GetMethodDebugInfo()
210 return ArrayRef<const debug::MethodDebugInfo>(method_info_); in GetMethodDebugInfo()
296 dchecked_vector<debug::MethodDebugInfo> method_info_;
Doat_writer.cc767 debug::MethodDebugInfo info = debug::MethodDebugInfo(); in VisitMethod()
/art/compiler/optimizing/
Doptimizing_compiler.cc944 debug::MethodDebugInfo info = debug::MethodDebugInfo(); in JitCompile()
964 ArrayRef<const debug::MethodDebugInfo>(&info, 1)); in JitCompile()
/art/oatdump/
Doatdump.cc163 ArrayRef<const debug::MethodDebugInfo>(method_debug_infos_), in Symbolize()
252 debug::MethodDebugInfo info = debug::MethodDebugInfo(); in WalkOatMethod()
275 std::vector<debug::MethodDebugInfo> method_debug_infos_;