Searched refs:GetSize (Results 1 – 10 of 10) sorted by relevance
104 Elf32_Word GetSize() { in GetSize() function182 Elf32_Word GetSize() { in GetSize() function295 bool IncludingDebugSymbols() { return add_symbols_ && symtab_builder_.GetSize() > 1; } in IncludingDebugSymbols()
302 LOG(INFO) << "dynsym size (elements)=" << dynsym_builder_.GetSize() in Write()303 << std::hex << " " << dynsym_builder_.GetSize(); in Write()313 LOG(INFO) << "symtab size (elements) =" << symtab_builder_.GetSize() in Write()314 << std::hex << " " << symtab_builder_.GetSize(); in Write()409 dynsym_builder_.section_.sh_size = dynsym_builder_.GetSize() * sizeof(Elf32_Sym); in Write()444 dynamic_builder_.section_.sh_size = dynamic_builder_.GetSize() * sizeof(Elf32_Dyn); in Write()454 symtab_builder_.section_.sh_size = symtab_builder_.GetSize() * sizeof(Elf32_Sym); in Write()764 Elf32_Word chain_size = GetSize(); in GenerateHashContents()919 uint32_t oat_exec_size = oat_writer->GetSize() - oat_data_size; in Write()
69 oat_contents.reserve(oat_writer->GetSize()); in Write()72 CHECK_EQ(oat_writer->GetSize(), oat_contents.size()); in Write()
91 size_t GetSize() const { in GetSize() function
40 size_t GetSize() const { return size_; } in GetSize() function in art::InternalCodeAllocator56 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize()); in Run()
47 size_t GetSize() const { return size_; } in GetSize() function in art::FINAL
67 size_t GetSize() { in GetSize() function
1410 uint32_t GetSize() const { in GetSize() function in art::DebugTag1512 current_entry_ += current_tag_->GetSize(); in next()1538 DCHECK_LT(off, current_tag_->GetSize()); in GetPointerToField()
580 Size GetSize() const { in GetSize() function675 return branches_[branches_.size()-1]->GetSize();
2315 oss << " swap=" << PrettySize(swap_space_->GetSize()); in GetMemoryUsageString()