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

/art/compiler/optimizing/
H A Dcodegen_test_utils.h197 size_t GetSize() const { return size_; } function in class:art::InternalCodeAllocator
272 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize());
H A Doptimizing_compiler.cc87 size_t GetSize() const { return size_; } function in class:art::FINAL
1342 code_allocator.GetSize(),
1372 info.code_size = code_allocator.GetSize();
1381 jit_logger->WriteLog(code, code_allocator.GetSize(), method);
/art/compiler/utils/
H A Dswap_space.h42 size_t GetSize() { function in class:art::SwapSpace
/art/compiler/utils/x86/
H A Dassembler_x86.h296 size_t GetSize() const { function in class:art::x86::ConstantArea
810 size_t ConstantAreaSize() const { return constant_area_.GetSize(); }
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h316 size_t GetSize() const { function in class:art::x86_64::ConstantArea
872 bool IsConstantAreaEmpty() const { return constant_area_.GetSize() == 0; }
875 size_t ConstantAreaSize() const { return constant_area_.GetSize(); }
/art/compiler/linker/
H A Delf_builder.h461 Elf_Word GetSize() const { function in class:art::linker::FINAL::FINAL
492 Elf_Word GetSize() { function in class:art::linker::FINAL::FINAL
507 DCHECK_EQ(this->GetPosition(), GetSize());
717 abiflags_.AllocateVirtualMemory(abiflags_.GetSize());
/art/compiler/utils/mips/
H A Dassembler_mips.h191 uint32_t GetSize() const { function in class:art::mips::Literal
222 uint32_t GetSize() const { function in class:art::mips::JumpTable
1577 uint32_t GetSize() const;
H A Dassembler_mips.cc3207 uint32_t MipsAssembler::Branch::GetSize() const { function in class:art::mips::MipsAssembler::Branch
3216 return GetLocation() + GetSize();
3423 uint32_t new_size = GetSize();
3435 uint32_t new_size = GetSize();
3560 last_position_adjustment_ += branch->GetSize() - branch->GetOldSize();
3787 DCHECK_EQ(literal->GetSize(), 4u);
3815 DCHECK(literal.GetSize() == 4u || literal.GetSize() == 8u);
3816 for (size_t i = 0, size = literal.GetSize(); i != size; ++i) {
3831 size_t required_capacity = orig_size + table.GetSize();
[all...]
/art/compiler/utils/mips64/
H A Dassembler_mips64.h342 uint32_t GetSize() const { function in class:art::mips64::Literal
373 size_t GetSize() const { function in class:art::mips64::JumpTable
1565 uint32_t GetSize() const;
H A Dassembler_mips64.cc2579 uint32_t Mips64Assembler::Branch::GetSize() const { function in class:art::mips64::Mips64Assembler::Branch
2588 return GetLocation() + GetSize();
2739 uint32_t new_size = GetSize();
2751 uint32_t new_size = GetSize();
2851 last_position_adjustment_ += branch->GetSize() - branch->GetOldSize();
2930 DCHECK_EQ(literal->GetSize(), 4u);
2934 DCHECK_EQ(literal->GetSize(), 4u);
2938 DCHECK_EQ(literal->GetSize(), 8u);
2966 size_t required_capacity = orig_size + table.GetSize();
3018 DCHECK_EQ(literal.GetSize(),
[all...]

Completed in 1597 milliseconds