Searched defs:method_infos (Results 1 - 5 of 5) sorted by relevance

/art/compiler/debug/
H A Delf_symtab_writer.h40 const ArrayRef<const MethodDebugInfo>& method_infos,
46 if (method_infos.empty()) {
53 for (const MethodDebugInfo& info : method_infos) {
63 for (const MethodDebugInfo& info : method_infos) {
39 WriteDebugSymbols(ElfBuilder<ElfTypes>* builder, const ArrayRef<const MethodDebugInfo>& method_infos, bool with_signature) argument
H A Delf_debug_frame_writer.h172 const ArrayRef<const MethodDebugInfo>& method_infos,
183 sorted_method_infos.reserve(method_infos.size());
184 for (size_t i = 0; i < method_infos.size(); i++) {
185 if (!method_infos[i].cfi.empty() && !method_infos[i].deduped) {
186 sorted_method_infos.push_back(&method_infos[i]);
171 WriteCFISection(ElfBuilder<ElfTypes>* builder, const ArrayRef<const MethodDebugInfo>& method_infos, dwarf::CFIFormat format, bool write_oat_patches) argument
H A Delf_debug_writer.cc39 const ArrayRef<const MethodDebugInfo>& method_infos,
43 WriteDebugSymbols(builder, method_infos, true /* with_signature */);
46 WriteCFISection(builder, method_infos, cfi_format, write_oat_patches);
51 for (const MethodDebugInfo& mi : method_infos) {
96 const ArrayRef<const MethodDebugInfo>& method_infos) {
102 method_infos);
108 method_infos);
116 const ArrayRef<const MethodDebugInfo>& method_infos) {
124 method_infos,
135 const ArrayRef<const MethodDebugInfo>& method_infos) {
38 WriteDebugInfo(ElfBuilder<ElfTypes>* builder, const ArrayRef<const MethodDebugInfo>& method_infos, dwarf::CFIFormat cfi_format, bool write_oat_patches) argument
91 MakeMiniDebugInfo( InstructionSet isa, const InstructionSetFeatures* features, size_t rodata_size, size_t text_size, const ArrayRef<const MethodDebugInfo>& method_infos) argument
113 WriteDebugElfFileForMethodsInternal( InstructionSet isa, const InstructionSetFeatures* features, const ArrayRef<const MethodDebugInfo>& method_infos) argument
132 WriteDebugElfFileForMethods( InstructionSet isa, const InstructionSetFeatures* features, const ArrayRef<const MethodDebugInfo>& method_infos) argument
[all...]
H A Delf_gnu_debugdata_writer.h85 const ArrayRef<const MethodDebugInfo>& method_infos) {
95 WriteDebugSymbols(builder.get(), method_infos, false /* with_signature */);
97 method_infos,
80 MakeMiniDebugInfoInternal( InstructionSet isa, const InstructionSetFeatures* features, size_t rodata_section_size, size_t text_section_size, const ArrayRef<const MethodDebugInfo>& method_infos) argument
/art/compiler/
H A Delf_writer_quick.cc57 const ArrayRef<const debug::MethodDebugInfo>& method_infos)
62 method_infos_(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) {
222 if (!method_infos.empty() && compiler_options_->GetGenerateMiniDebugInfo()) {
230 method_infos));
240 const ArrayRef<const debug::MethodDebugInfo>& method_infos) {
241 if (!method_infos.empty()) {
244 debug::WriteDebugInfo(builder_.get(), method_infos, kCFIForma
53 DebugInfoTask(InstructionSet isa, const InstructionSetFeatures* features, size_t rodata_section_size, size_t text_section_size, const ArrayRef<const debug::MethodDebugInfo>& method_infos) argument
220 PrepareDebugInfo( const ArrayRef<const debug::MethodDebugInfo>& method_infos) argument
239 WriteDebugInfo( const ArrayRef<const debug::MethodDebugInfo>& method_infos) argument
[all...]

Completed in 63 milliseconds