Searched refs:MethodDebugInfo (Results 1 – 23 of 23) sorted by relevance
56 static void GetDedupedName(const std::vector<const MethodDebugInfo*>& methods, std::string* out) { in GetDedupedName()58 const MethodDebugInfo* first = methods.front(); in GetDedupedName()59 auto is_same_class = [&first](const MethodDebugInfo* mi) { in GetDedupedName()63 auto is_same_method_name = [&first](const MethodDebugInfo* mi) { in GetDedupedName()103 for (const MethodDebugInfo& info : debug_info.compiled_methods) { in WriteDebugSymbols()116 std::unordered_map<uint64_t, std::vector<const MethodDebugInfo*>> deduped_methods; in WriteDebugSymbols()117 for (const MethodDebugInfo& info : debug_info.compiled_methods) { in WriteDebugSymbols()134 for (const MethodDebugInfo& info : debug_info.compiled_methods) { in WriteDebugSymbols()
37 struct MethodDebugInfo;57 const MethodDebugInfo& method_info);
152 const ArrayRef<const MethodDebugInfo>& method_infos) { in WriteCFISection()157 std::vector<const MethodDebugInfo*> sorted_method_infos; in WriteCFISection()170 [](const MethodDebugInfo* lhs, const MethodDebugInfo* rhs) { in WriteCFISection()191 for (const MethodDebugInfo* mi : sorted_method_infos) { in WriteCFISection()
28 std::vector<const MethodDebugInfo*> methods;
33 ArrayRef<const MethodDebugInfo> compiled_methods;
29 struct MethodDebugInfo { struct
57 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()
81 const MethodDebugInfo* method_info, in GetVariableLocations()167 static void WriteDebugLocEntry(const MethodDebugInfo* method_info, in WriteDebugLocEntry()
82 for (const MethodDebugInfo* mi : compilation_unit.methods) { in WriteCompilationUnit()
45 static std::vector<const char*> GetParamNames(const MethodDebugInfo* mi) { in GetParamNames()453 void WriteRegLocation(const MethodDebugInfo* method_info,
39 std::vector<debug::MethodDebugInfo> X86BaseRelativePatcher::GenerateThunkDebugInfo( in GenerateThunkDebugInfo()41 return std::vector<debug::MethodDebugInfo>(); // No thunks added. in GenerateThunkDebugInfo()
36 std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo(uint32_t executable_offset) override;
34 struct MethodDebugInfo;150 virtual std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo(
86 std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo( in Create()88 return std::vector<debug::MethodDebugInfo>(); // No thunks added. in Create()
37 struct MethodDebugInfo;
131 std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo(size_t executable_offset) { in GenerateThunkDebugInfo()
55 struct MethodDebugInfo;363 dchecked_vector<debug::MethodDebugInfo> method_info_;
109 std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo( in GenerateThunkDebugInfo()
1222 debug::MethodDebugInfo info = debug::MethodDebugInfo(); in VisitMethod()1302 std::vector<debug::MethodDebugInfo> thunk_infos = in VisitComplete()1390 debug::MethodDebugInfo& info = writer_->method_info_[debug_info_idx]; in VisitMethod()2287 debug::MethodDebugInfo info = {}; \ in InitOatCode()4076 debug_info.compiled_methods = ArrayRef<const debug::MethodDebugInfo>(method_info_); in GetDebugInfo()
37 std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo(uint32_t executable_offset) override;
234 std::vector<debug::MethodDebugInfo> ArmBaseRelativePatcher::GenerateThunkDebugInfo( in GenerateThunkDebugInfo()245 std::vector<debug::MethodDebugInfo> result; in GenerateThunkDebugInfo()256 debug::MethodDebugInfo info = {}; in GenerateThunkDebugInfo()
403 std::vector<uint8_t> GenerateJitDebugInfo(const debug::MethodDebugInfo& method_debug_info);1283 debug::MethodDebugInfo info = {}; in JitCompile()1392 debug::MethodDebugInfo info = {}; in JitCompile()1450 std::vector<uint8_t> OptimizingCompiler::GenerateJitDebugInfo(const debug::MethodDebugInfo& info) { in GenerateJitDebugInfo()
188 debug::MethodDebugInfo info = {}; \ in Symbolize()215 debug_info.compiled_methods = ArrayRef<const debug::MethodDebugInfo>(method_debug_infos_); in Symbolize()306 debug::MethodDebugInfo info = {}; in WalkOatMethod()329 std::vector<debug::MethodDebugInfo> method_debug_infos_;