Searched refs:dex_section_size (Results 1 - 6 of 6) sorted by path

/art/compiler/debug/
H A Delf_debug_writer.cc114 size_t dex_section_size,
122 dex_section_size,
130 dex_section_size,
165 /* dex_section_size */ 0,
108 MakeMiniDebugInfo( InstructionSet isa, const InstructionSetFeatures* features, uint64_t text_section_address, size_t text_section_size, uint64_t dex_section_address, size_t dex_section_size, const DebugInfo& debug_info) argument
H A Delf_debug_writer.h50 size_t dex_section_size,
H A Delf_gnu_debugdata_writer.h86 size_t dex_section_size,
96 if (dex_section_size != 0) {
97 builder->GetDex()->AllocateVirtualMemory(dex_section_address, dex_section_size);
80 MakeMiniDebugInfoInternal( InstructionSet isa, const InstructionSetFeatures* features, typename ElfTypes::Addr text_section_address, size_t text_section_size, typename ElfTypes::Addr dex_section_address, size_t dex_section_size, const DebugInfo& debug_info) argument
/art/dex2oat/linker/
H A Delf_writer.h69 size_t dex_section_size) = 0;
H A Delf_writer_quick.cc60 size_t dex_section_size,
67 dex_section_size_(dex_section_size),
111 size_t dex_section_size) OVERRIDE;
198 size_t dex_section_size) {
206 dex_section_size_ = dex_section_size;
213 dex_section_size);
55 DebugInfoTask(InstructionSet isa, const InstructionSetFeatures* features, uint64_t text_section_address, size_t text_section_size, uint64_t dex_section_address, size_t dex_section_size, const debug::DebugInfo& debug_info) argument
193 PrepareDynamicSection(size_t rodata_size, size_t text_size, size_t bss_size, size_t bss_methods_offset, size_t bss_roots_offset, size_t dex_section_size) argument
H A Doat_writer.cc4113 size_t dex_section_size = vdex_dex_shared_data_offset_ - vdex_dex_files_offset_; local
4117 VdexFile::DexSectionHeader dex_section_header(dex_section_size,

Completed in 80 milliseconds