Home
last modified time | relevance | path

Searched refs:GetText (Results 1 – 9 of 9) sorted by relevance

/art/dex2oat/linker/
Delf_writer_quick.cc218 auto* text = builder_->GetText(); in StartText()
225 CHECK_EQ(builder_->GetText(), text); in EndText()
226 builder_->GetText()->End(); in EndText()
255 builder_->GetText()->GetAddress(), in PrepareDebugInfo()
/art/compiler/debug/
Delf_debug_writer.cc129 builder->GetText()->AllocateVirtualMemory(text_section_address, text_section_size); in MakeMiniDebugInfoInternal()
191 builder->GetText()->AllocateVirtualMemory(method_info.code_address, method_info.code_size); in MakeElfFileForJIT()
259 auto* text = builder->GetText(); in PackElfFileForJIT()
337 builder->GetText()->AllocateVirtualMemory(min_address, max_address - min_address); in PackElfFileForJIT()
Delf_symtab_writer.h52 const auto* text = builder->GetText(); in WriteDebugSymbols()
Delf_debug_frame_writer.h196 (mi->is_code_address_text_relative ? builder->GetText()->GetAddress() : 0); in WriteCFISection()
Delf_debug_line_writer.h55 ? builder_->GetText()->GetAddress() in WriteCompilationUnit()
Delf_debug_info_writer.h111 ? owner_->builder_->GetText()->GetAddress() in Write()
/art/libelffile/elf/
Delf_builder.h491 Section* GetText() { return &text_; } in GetText() function
/art/compiler/jni/
Djni_compiler_test.cc1316 JNI_TEST(GetText)
/art/oatdump/
Doatdump.cc157 auto* text = builder_->GetText(); in Symbolize()