Searched defs:GetSize (Results 1 - 6 of 6) sorted by relevance

/art/compiler/
H A Doat_writer.h97 size_t GetSize() const { function in class:art::OatWriter
/art/compiler/optimizing/
H A Dcodegen_test.cc113 size_t GetSize() const { return size_; } function in class:art::InternalCodeAllocator
129 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize());
H A Doptimizing_compiler.cc73 size_t GetSize() const { return size_; } function in class:art::FINAL
/art/compiler/utils/
H A Dswap_space.h66 size_t GetSize() { function in class:art::SwapSpace
/art/compiler/utils/arm/
H A Dassembler_thumb2.h597 Size GetSize() const { function in class:art::arm::FINAL::Branch
692 return branches_[branches_.size()-1]->GetSize();
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h291 int GetSize() const { function in class:art::x86_64::ConstantArea
768 bool IsConstantAreaEmpty() const { return constant_area_.GetSize() == 0; }

Completed in 141 milliseconds