Home
last modified time | relevance | path

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

/art/dex2oat/linker/x86/
Drelative_patcher_x86_base.cc39 std::vector<debug::MethodDebugInfo> X86BaseRelativePatcher::GenerateThunkDebugInfo( in GenerateThunkDebugInfo()
41 return std::vector<debug::MethodDebugInfo>(); // No thunks added. in GenerateThunkDebugInfo()
Drelative_patcher_x86_base.h36 std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo(uint32_t executable_offset) override;
/art/compiler/debug/
Delf_debug_writer.h37 struct MethodDebugInfo;
57 const MethodDebugInfo& method_info);
Delf_debug_frame_writer.h152 const ArrayRef<const MethodDebugInfo>& method_infos) { in WriteCFISection()
159 std::vector<const MethodDebugInfo*> sorted_method_infos; in WriteCFISection()
172 [](const MethodDebugInfo* lhs, const MethodDebugInfo* rhs) { in WriteCFISection()
192 for (const MethodDebugInfo* mi : sorted_method_infos) { in WriteCFISection()
Ddebug_info.h33 ArrayRef<const MethodDebugInfo> compiled_methods;
Delf_compilation_unit.h28 std::vector<const MethodDebugInfo*> methods;
Dmethod_debug_info.h29 struct MethodDebugInfo { struct
Delf_symtab_writer.h63 for (const MethodDebugInfo& info : debug_info.compiled_methods) { in WriteDebugSymbols()
81 for (const MethodDebugInfo& info : debug_info.compiled_methods) { in WriteDebugSymbols()
Delf_debug_writer.cc57 for (const MethodDebugInfo& mi : debug_info.compiled_methods) { in WriteDebugInfo()
77 [](const MethodDebugInfo* a, const MethodDebugInfo* b) { in WriteDebugInfo()
179 const MethodDebugInfo& method_info) { in MakeElfFileForJIT()
184 debug_info.compiled_methods = ArrayRef<const MethodDebugInfo>(&method_info, 1); in MakeElfFileForJIT()
Delf_debug_loc_writer.h81 const MethodDebugInfo* method_info, in GetVariableLocations()
167 static void WriteDebugLocEntry(const MethodDebugInfo* method_info, in WriteDebugLocEntry()
Delf_debug_line_writer.h82 for (const MethodDebugInfo* mi : compilation_unit.methods) { in WriteCompilationUnit()
Delf_debug_info_writer.h45 static std::vector<const char*> GetParamNames(const MethodDebugInfo* mi) { in GetParamNames()
453 void WriteRegLocation(const MethodDebugInfo* method_info,
/art/dex2oat/linker/
Drelative_patcher.h34 struct MethodDebugInfo;
150 virtual std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo(
Drelative_patcher.cc86 std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo( in Create()
88 return std::vector<debug::MethodDebugInfo>(); // No thunks added. in Create()
Delf_writer.h37 struct MethodDebugInfo;
Dmulti_oat_relative_patcher.h131 std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo(size_t executable_offset) { in GenerateThunkDebugInfo()
Doat_writer.h55 struct MethodDebugInfo;
374 dchecked_vector<debug::MethodDebugInfo> method_info_;
Dmulti_oat_relative_patcher_test.cc109 std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo( in GenerateThunkDebugInfo()
Doat_writer.cc1213 debug::MethodDebugInfo info = debug::MethodDebugInfo(); in VisitMethod()
1293 std::vector<debug::MethodDebugInfo> thunk_infos = in VisitComplete()
1383 debug::MethodDebugInfo& info = writer_->method_info_[debug_info_idx]; in VisitMethod()
2221 debug::MethodDebugInfo info = {}; \ in InitOatCode()
4102 debug_info.compiled_methods = ArrayRef<const debug::MethodDebugInfo>(method_info_); in GetDebugInfo()
/art/dex2oat/linker/arm/
Drelative_patcher_arm_base.h37 std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo(uint32_t executable_offset) override;
Drelative_patcher_arm_base.cc234 std::vector<debug::MethodDebugInfo> ArmBaseRelativePatcher::GenerateThunkDebugInfo( in GenerateThunkDebugInfo()
245 std::vector<debug::MethodDebugInfo> result; in GenerateThunkDebugInfo()
256 debug::MethodDebugInfo info = {}; in GenerateThunkDebugInfo()
/art/compiler/optimizing/
Doptimizing_compiler.cc401 std::vector<uint8_t> GenerateJitDebugInfo(const debug::MethodDebugInfo& method_debug_info);
1266 debug::MethodDebugInfo info = {}; in JitCompile()
1374 debug::MethodDebugInfo info = {}; in JitCompile()
1432 std::vector<uint8_t> OptimizingCompiler::GenerateJitDebugInfo(const debug::MethodDebugInfo& info) { in GenerateJitDebugInfo()
/art/oatdump/
Doatdump.cc188 debug::MethodDebugInfo info = {}; \ in Symbolize()
214 debug_info.compiled_methods = ArrayRef<const debug::MethodDebugInfo>(method_debug_infos_); in Symbolize()
305 debug::MethodDebugInfo info = {}; in WalkOatMethod()
328 std::vector<debug::MethodDebugInfo> method_debug_infos_;