Home
last modified time | relevance | path

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

/art/compiler/
Delf_builder.h71 virtual Elf_Word GetSize() const = 0;
124 Elf_Word GetSize() const OVERRIDE { in GetSize() function
173 Elf_Word GetSize() const OVERRIDE { in GetSize() function
228 Elf_Word GetSize() const OVERRIDE { in GetSize() function
253 Elf_Word GetSize() const OVERRIDE { in GetSize() function
283 Elf_Word GetSize() const OVERRIDE { in GetSize() function
321 Elf_Word GetSize() const OVERRIDE { in GetSize() function
381 Elf_Word GetSize() const OVERRIDE { in GetSize() function
614 if (bss_.GetSize() != 0u) { in Write()
659 header->sh_size = section->GetSize(); in Write()
[all …]
Doat_writer.h97 size_t GetSize() const { in GetSize() function
Delf_writer_quick.cc150 const size_t text_size = oat_writer->GetSize() - rodata_size; in Write()
/art/compiler/utils/
Dswap_space.h66 size_t GetSize() { in GetSize() function
/art/compiler/optimizing/
Dcodegen_test.cc113 size_t GetSize() const { return size_; } in GetSize() function in art::InternalCodeAllocator
129 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize()); in Run()
Doptimizing_compiler.cc73 size_t GetSize() const { return size_; } in GetSize() function in art::FINAL
/art/compiler/utils/arm/
Dassembler_thumb2.h597 Size GetSize() const { in GetSize() function
692 return branches_[branches_.size()-1]->GetSize();
/art/compiler/utils/x86_64/
Dassembler_x86_64.h291 int GetSize() const { in GetSize() function
768 bool IsConstantAreaEmpty() const { return constant_area_.GetSize() == 0; } in IsConstantAreaEmpty()
/art/compiler/driver/
Dcompiler_driver.cc2506 oss << " swap=" << PrettySize(swap_space_->GetSize()); in GetMemoryUsageString()