Home
last modified time | relevance | path

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

/art/runtime/base/
Darena_allocator_test.cc160 const size_t new_size = ArenaAllocator::kAlignment * 3; in TEST_F() local
173 const size_t new_size = ArenaAllocator::kAlignment * 2 + (ArenaAllocator::kAlignment / 2); in TEST_F() local
186 const size_t new_size = ArenaAllocator::kAlignment * 4; in TEST_F() local
199 const size_t new_size = ArenaAllocator::kAlignment * 3; in TEST_F() local
216 const size_t new_size = arena_allocator::kArenaDefaultSize + ArenaAllocator::kAlignment * 2; in TEST_F() local
231 const size_t new_size = arena_allocator::kArenaDefaultSize + in TEST_F() local
249 const size_t new_size = ArenaAllocator::kAlignment * 3; in TEST_F() local
266 const size_t new_size = ArenaAllocator::kAlignment * 2 + (ArenaAllocator::kAlignment / 2); in TEST_F() local
283 const size_t new_size = ArenaAllocator::kAlignment * 4; in TEST_F() local
300 const size_t new_size = ArenaAllocator::kAlignment * 3; in TEST_F() local
[all …]
Dbit_vector.cc353 uint32_t new_size = BitsToWords(idx + 1); in EnsureSize() local
Dhash_set.h608 void Resize(size_t new_size) { in Resize()
/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.cc792 void MemMap::SetSize(size_t new_size) { in SetSize()
Dclass_linker.cc7121 const size_t new_size = LengthPrefixedArray<ArtMethod>::ComputeSize(new_method_count, in ReallocMethods() local
/art/runtime/gc/accounting/
Dspace_bitmap.cc93 size_t new_size = OffsetToIndex(new_end - heap_begin_) * sizeof(intptr_t); in SetHeapLimit() local
/art/compiler/utils/
Dassembler.h116 void Resize(size_t new_size) { in Resize()
/art/runtime/gc/space/
Ddlmalloc_space.cc252 void DlMallocSpace::SetFootprintLimit(size_t new_size) { in SetFootprintLimit()
Drosalloc_space.cc277 void RosAllocSpace::SetFootprintLimit(size_t new_size) { in SetFootprintLimit()
/art/runtime/gc/collector/
Dsemi_space.cc447 void SemiSpace::ResizeMarkStack(size_t new_size) { in ResizeMarkStack()
Dmark_compact.cc251 void MarkCompact::ResizeMarkStack(size_t new_size) { in ResizeMarkStack()
Dmark_sweep.cc362 void MarkSweep::ResizeMarkStack(size_t new_size) { in ResizeMarkStack()
Dconcurrent_copying.cc1058 const size_t new_size = gc_mark_stack_->Capacity() * 2; in ExpandGcMarkStack() local
/art/compiler/optimizing/
Dbounds_check_elimination.cc1872 size_t new_size = graph_->GetReversePostOrder().size(); in Run() local
Dnodes.h7040 size_t new_size = old_size + number_of_new_blocks; in FOR_EACH_CONCRETE_INSTRUCTION() local
/art/compiler/utils/mips64/
Dassembler_mips64.cc2299 uint32_t new_size = GetSize(); in PromoteIfNeeded() local
2311 uint32_t new_size = GetSize(); in PromoteIfNeeded() local
/art/compiler/utils/mips/
Dassembler_mips.cc3470 uint32_t new_size = GetSize(); in PromoteIfNeeded() local
3482 uint32_t new_size = GetSize(); in PromoteIfNeeded() local