Home
last modified time | relevance | path

Searched defs:new_size (Results 1 – 19 of 19) sorted by relevance

/art/runtime/base/
Darena_allocator_test.cc162 const size_t new_size = ArenaAllocator::kAlignment * 3; in TEST_F() local
175 const size_t new_size = ArenaAllocator::kAlignment * 2 + (ArenaAllocator::kAlignment / 2); in TEST_F() local
188 const size_t new_size = ArenaAllocator::kAlignment * 4; in TEST_F() local
201 const size_t new_size = ArenaAllocator::kAlignment * 3; in TEST_F() local
218 const size_t new_size = arena_allocator::kArenaDefaultSize + ArenaAllocator::kAlignment * 2; in TEST_F() local
233 const size_t new_size = arena_allocator::kArenaDefaultSize + in TEST_F() local
251 const size_t new_size = ArenaAllocator::kAlignment * 3; in TEST_F() local
268 const size_t new_size = ArenaAllocator::kAlignment * 2 + (ArenaAllocator::kAlignment / 2); in TEST_F() local
285 const size_t new_size = ArenaAllocator::kAlignment * 4; in TEST_F() local
302 const size_t new_size = ArenaAllocator::kAlignment * 3; in TEST_F() local
[all …]
/art/runtime/
Dlinear_alloc.cc26 void* LinearAlloc::Realloc(Thread* self, void* ptr, size_t old_size, size_t new_size) { in Realloc()
Dindirect_reference_table.cc209 bool IndirectReferenceTable::Resize(size_t new_size, std::string* error_msg) { in Resize()
Dmem_map.cc883 void MemMap::SetSize(size_t new_size) { in SetSize()
Dclass_linker.cc7021 const size_t new_size = LengthPrefixedArray<ArtMethod>::ComputeSize(new_method_count, in ReallocMethods() local
/art/runtime/gc/accounting/
Dspace_bitmap.cc99 size_t new_size = OffsetToIndex(new_end - heap_begin_) * sizeof(intptr_t); in SetHeapLimit() local
/art/libartbase/base/
Dbit_vector.cc353 uint32_t new_size = BitsToWords(idx + 1); in EnsureSize() local
Dhash_set.h614 void Resize(size_t new_size) { in Resize()
/art/compiler/utils/
Dassembler.h117 void Resize(size_t new_size) { in Resize()
/art/runtime/gc/space/
Ddlmalloc_space.cc253 void DlMallocSpace::SetFootprintLimit(size_t new_size) { in SetFootprintLimit()
Drosalloc_space.cc278 void RosAllocSpace::SetFootprintLimit(size_t new_size) { in SetFootprintLimit()
/art/runtime/gc/collector/
Dsemi_space.cc446 void SemiSpace::ResizeMarkStack(size_t new_size) { in ResizeMarkStack()
Dmark_compact.cc253 void MarkCompact::ResizeMarkStack(size_t new_size) { in ResizeMarkStack()
Dmark_sweep.cc385 void MarkSweep::ResizeMarkStack(size_t new_size) { in ResizeMarkStack()
Dconcurrent_copying.cc1061 const size_t new_size = gc_mark_stack_->Capacity() * 2; in ExpandGcMarkStack() local
/art/compiler/optimizing/
Dbounds_check_elimination.cc1962 size_t new_size = graph_->GetReversePostOrder().size(); in Run() local
Dnodes.h7606 size_t new_size = old_size + number_of_new_blocks; in FOR_EACH_CONCRETE_INSTRUCTION() local
/art/compiler/utils/mips64/
Dassembler_mips64.cc2739 uint32_t new_size = GetSize(); in PromoteIfNeeded() local
2751 uint32_t new_size = GetSize(); in PromoteIfNeeded() local
/art/compiler/utils/mips/
Dassembler_mips.cc3423 uint32_t new_size = GetSize(); in PromoteIfNeeded() local
3435 uint32_t new_size = GetSize(); in PromoteIfNeeded() local