Home
last modified time | relevance | path

Searched refs:GetSize (Results 1 – 10 of 10) sorted by relevance

/art/compiler/
Delf_writer_quick.h104 Elf32_Word GetSize() { in GetSize() function
182 Elf32_Word GetSize() { in GetSize() function
295 bool IncludingDebugSymbols() { return add_symbols_ && symtab_builder_.GetSize() > 1; } in IncludingDebugSymbols()
Delf_writer_quick.cc302 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()
Delf_writer_mclinker.cc69 oat_contents.reserve(oat_writer->GetSize()); in Write()
72 CHECK_EQ(oat_writer->GetSize(), oat_contents.size()); in Write()
Doat_writer.h91 size_t GetSize() const { in GetSize() function
/art/compiler/optimizing/
Dcodegen_test.cc40 size_t GetSize() const { return size_; } in GetSize() function in art::InternalCodeAllocator
56 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize()); in Run()
Doptimizing_compiler.cc47 size_t GetSize() const { return size_; } in GetSize() function in art::FINAL
/art/compiler/utils/
Dswap_space.h67 size_t GetSize() { in GetSize() function
/art/runtime/
Delf_file.cc1410 uint32_t GetSize() const { in GetSize() function in art::DebugTag
1512 current_entry_ += current_tag_->GetSize(); in next()
1538 DCHECK_LT(off, current_tag_->GetSize()); in GetPointerToField()
/art/compiler/utils/arm/
Dassembler_thumb2.h580 Size GetSize() const { in GetSize() function
675 return branches_[branches_.size()-1]->GetSize();
/art/compiler/driver/
Dcompiler_driver.cc2315 oss << " swap=" << PrettySize(swap_space_->GetSize()); in GetMemoryUsageString()