Searched refs:MethodDebugInfo (Results 1 – 25 of 26) sorted by relevance
12
35 struct MethodDebugInfo;57 ArrayRef<const MethodDebugInfo> method_infos);
52 for (const MethodDebugInfo& mi : debug_info.compiled_methods) { in WriteDebugInfo()72 [](const MethodDebugInfo* a, const MethodDebugInfo* b) { in WriteDebugInfo()140 ArrayRef<const MethodDebugInfo> method_infos) { in MakeElfFileForJITInternal()144 for (const MethodDebugInfo& mi : method_infos) { in MakeElfFileForJITInternal()194 ArrayRef<const MethodDebugInfo> method_infos) { in MakeElfFileForJIT()
28 std::vector<const MethodDebugInfo*> methods;
33 ArrayRef<const MethodDebugInfo> compiled_methods;
29 struct MethodDebugInfo { struct
172 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()223 for (const MethodDebugInfo* mi : sorted_method_infos) { in WriteCFISection()
63 for (const MethodDebugInfo& info : debug_info.compiled_methods) { in WriteDebugSymbols()81 for (const MethodDebugInfo& info : debug_info.compiled_methods) { in WriteDebugSymbols()
89 const MethodDebugInfo* method_info, in GetVariableLocations()178 static void WriteDebugLocEntry(const MethodDebugInfo* method_info, in WriteDebugLocEntry()
89 for (const MethodDebugInfo* mi : compilation_unit.methods) { in WriteCompilationUnit()
50 static std::vector<const char*> GetParamNames(const MethodDebugInfo* mi) { in GetParamNames()472 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;
93 std::vector<debug::MethodDebugInfo> Mips64RelativePatcher::GenerateThunkDebugInfo( in GenerateThunkDebugInfo()95 return std::vector<debug::MethodDebugInfo>(); // No thunks added. in GenerateThunkDebugInfo()
45 std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo(uint32_t executable_offset) OVERRIDE;
33 struct MethodDebugInfo;122 virtual std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo(
85 std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo( in Create()87 return std::vector<debug::MethodDebugInfo>(); // No thunks added. in Create()
95 std::vector<debug::MethodDebugInfo> MipsRelativePatcher::GenerateThunkDebugInfo( in GenerateThunkDebugInfo()97 return std::vector<debug::MethodDebugInfo>(); // No thunks added. in GenerateThunkDebugInfo()
47 std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo(uint32_t executable_offset) OVERRIDE;
36 struct MethodDebugInfo;
121 std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo(size_t executable_offset) { in GenerateThunkDebugInfo()
53 struct MethodDebugInfo;378 dchecked_vector<debug::MethodDebugInfo> method_info_;
103 std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo( in GenerateThunkDebugInfo()
37 std::vector<debug::MethodDebugInfo> GenerateThunkDebugInfo(uint32_t executable_offset) OVERRIDE;
228 std::vector<debug::MethodDebugInfo> ArmBaseRelativePatcher::GenerateThunkDebugInfo( in GenerateThunkDebugInfo()239 std::vector<debug::MethodDebugInfo> result; in GenerateThunkDebugInfo()251 debug::MethodDebugInfo info = {}; in GenerateThunkDebugInfo()
385 void GenerateJitDebugInfo(ArtMethod* method, debug::MethodDebugInfo method_debug_info)1235 debug::MethodDebugInfo info = {}; in JitCompile()1359 debug::MethodDebugInfo info = {}; in JitCompile()1400 void OptimizingCompiler::GenerateJitDebugInfo(ArtMethod* method, debug::MethodDebugInfo info) { in GenerateJitDebugInfo()1412 ArrayRef<const debug::MethodDebugInfo>(&info, 1)); in GenerateJitDebugInfo()