Searched refs:GetText (Results 1 – 9 of 9) sorted by relevance
218 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()
129 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()
52 const auto* text = builder->GetText(); in WriteDebugSymbols()
196 (mi->is_code_address_text_relative ? builder->GetText()->GetAddress() : 0); in WriteCFISection()
55 ? builder_->GetText()->GetAddress() in WriteCompilationUnit()
111 ? owner_->builder_->GetText()->GetAddress() in Write()
491 Section* GetText() { return &text_; } in GetText() function
1316 JNI_TEST(GetText)
157 auto* text = builder_->GetText(); in Symbolize()