Searched refs:GetSize (Results 1 - 25 of 28) sorted by relevance

12

/art/runtime/lambda/
H A Dclosure_builder.cc82 size_ += closure->GetSize();
87 size_t ClosureBuilder::GetSize() const { function in class:art::lambda::ClosureBuilder
118 closure->captured_[0].dynamic_.size_ = GetSize();
120 DCHECK_LE(header_size, GetSize());
121 size_t variables_size = GetSize() - header_size;
129 DCHECK(GetSize() == target_method->GetStaticClosureSize());
131 DCHECK_LE(header_size, GetSize());
132 size_t variables_size = GetSize() - header_size;
140 DCHECK_EQ(written_size, closure->GetSize());
192 var_size = nested_closure->GetSize();
[all...]
H A Dclosure.cc100 DCHECK_GE(GetSize(), captured_variable_offset); // Prevent underflows.
101 return GetSize() - captured_variable_offset;
104 size_t Closure::GetSize() const { function in class:art::lambda::Closure
119 DCHECK_GE(target_size, GetSize());
124 memcpy(target, this, GetSize());
169 if (GetSize() != other->GetSize()) {
173 return memcmp(this, other, GetSize());
H A Dclosure_test.cc143 EXPECT_EQ(static_size, closure_builder.GetSize());
272 EXPECT_EQ(closure_a->GetSize(), closure_b->GetSize());
275 std::min(closure_a->GetSize(), closure_b->GetSize())) == 0);
283 EXPECT_EQ(sizeof(ArtLambdaMethod*) + GetArgsSize(args...), closure->GetSize());
316 EXPECT_EQ(sizeof(ArtLambdaMethod*), closure->GetSize());
H A Dbox_table.cc113 mirror::ByteArray::Alloc(self, closure->GetSize());
145 Closure* closure_table_copy = ClosureAllocator::Allocate(closure->GetSize());
146 closure->CopyTo(closure_table_copy, closure->GetSize());
190 DCHECK_EQ(unboxed_closure->GetSize(), static_cast<size_t>(boxed_closure_as_array->GetLength()));
H A Dclosure_builder.h60 size_t GetSize() const;
69 // Memory must be at least 'GetSize' bytes large.
H A Dclosure.h45 size_t GetSize() const;
49 // The target_size must be at least as large as GetSize().
164 // The runtime size can always be determined through GetSize().
/art/compiler/debug/
H A Delf_debug_line_writer.h61 compilation_unit.debug_line_offset = builder_->GetDebugLine()->GetSize();
267 size_t offset = builder_->GetDebugLine()->GetSize();
H A Delf_debug_info_writer.h271 const size_t offset = owner_->builder_->GetDebugInfo()->GetSize();
436 const size_t offset = owner_->builder_->GetDebugInfo()->GetSize();
/art/compiler/
H A Delf_builder.h175 Elf_Word GetSize() const { function in class:art::FINAL::Section
367 DCHECK_LE(addr, section->GetAddress() + section->GetSize());
444 Elf_Word GetSize() const { function in class:art::FINAL::FINAL
640 abiflags_size = abiflags_.GetSize();
719 CHECK_EQ(loaded_size_, RoundUp(dynamic_.GetAddress() + dynamic_.GetSize(), kPageSize));
H A Dimage_test.cc259 size_t text_size = oat_writer->GetSize() - rodata_size;
265 oat_writer->GetSize());
H A Doat_writer.h187 size_t GetSize() const { function in class:art::OatWriter::CreateTypeLookupTable
H A Doat_test.cc208 size_t text_size = oat_writer.GetSize() - rodata_size;
/art/compiler/driver/
H A Dcompiled_method_storage.cc190 const size_t swap_size = swap_space_->GetSize();
/art/compiler/utils/
H A Dswap_space.h41 size_t GetSize() { function in class:art::SwapSpace
/art/compiler/utils/arm/
H A Dassembler_thumb2.cc111 code_size += lit.GetSize();
120 code_size += table.GetSize();
217 if (fixup->GetOriginalSize() == fixup->GetSize()) {
251 DCHECK(literal.GetSize() == 4u || literal.GetSize() == 8u);
252 for (size_t i = 0, size = literal.GetSize(); i != size; ++i) {
270 size_t required_capacity = orig_size + table.GetSize();
294 DCHECK_LE(new_size - orig_size, table.GetSize());
1963 switch (GetSize()) {
1981 DCHECK(diff >= 0 || (GetSize()
[all...]
H A Dassembler_arm.h59 uint32_t GetSize() const { function in class:art::arm::Literal
90 uint32_t GetSize() const { function in class:art::arm::JumpTable
H A Dassembler_thumb2.h559 Size GetSize() const { function in class:art::arm::FINAL::Fixup
/art/compiler/optimizing/
H A Doptimizing_compiler.cc104 size_t GetSize() const { return size_; } function in class:art::FINAL
932 code_allocator.GetSize(),
957 info.code_size = code_allocator.GetSize();
H A Dcodegen_test.cc119 size_t GetSize() const { return size_; } function in class:art::InternalCodeAllocator
194 CommonCompilerTest::MakeExecutable(allocator.GetMemory(), allocator.GetSize());
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h297 size_t GetSize() const { function in class:art::x86_64::ConstantArea
847 bool IsConstantAreaEmpty() const { return constant_area_.GetSize() == 0; }
850 size_t ConstantAreaSize() const { return constant_area_.GetSize(); }
/art/compiler/utils/x86/
H A Dassembler_x86.h292 size_t GetSize() const { function in class:art::x86::ConstantArea
793 size_t ConstantAreaSize() const { return constant_area_.GetSize(); }
/art/compiler/utils/mips/
H A Dassembler_mips.cc1685 uint32_t MipsAssembler::Branch::GetSize() const { function in class:art::mips::MipsAssembler::Branch
1694 return GetLocation() + GetSize();
1815 uint32_t new_size = GetSize();
1827 uint32_t new_size = GetSize();
1919 last_position_adjustment_ += branch->GetSize() - branch->GetOldSize();
2152 CHECK_LT(branch->GetSize(), static_cast<uint32_t>(Branch::kMaxBranchSize));
H A Dassembler_mips.h678 uint32_t GetSize() const;
/art/compiler/utils/mips64/
H A Dassembler_mips64.cc1368 uint32_t Mips64Assembler::Branch::GetSize() const { function in class:art::mips64::Mips64Assembler::Branch
1377 return GetLocation() + GetSize();
1480 uint32_t new_size = GetSize();
1492 uint32_t new_size = GetSize();
1584 last_position_adjustment_ += branch->GetSize() - branch->GetOldSize();
1736 CHECK_LT(branch->GetSize(), static_cast<uint32_t>(Branch::kMaxBranchSize));
/art/dex2oat/
H A Ddex2oat.cc1708 size_t text_size = oat_writer->GetSize() - rodata_size;
1718 oat_writer->GetSize());

Completed in 416 milliseconds

12