/art/libartbase/base/ |
D | arena_allocator_test.cc | 161 const size_t new_size = ArenaAllocator::kAlignment * 3; in TEST_F() local 174 const size_t new_size = ArenaAllocator::kAlignment * 2 + (ArenaAllocator::kAlignment / 2); in TEST_F() local 187 const size_t new_size = ArenaAllocator::kAlignment * 4; in TEST_F() local 200 const size_t new_size = ArenaAllocator::kAlignment * 3; in TEST_F() local 217 const size_t new_size = arena_allocator::kArenaDefaultSize + ArenaAllocator::kAlignment * 2; in TEST_F() local 232 const size_t new_size = arena_allocator::kArenaDefaultSize + in TEST_F() local 250 const size_t new_size = ArenaAllocator::kAlignment * 3; in TEST_F() local 267 const size_t new_size = ArenaAllocator::kAlignment * 2 + (ArenaAllocator::kAlignment / 2); in TEST_F() local 284 const size_t new_size = ArenaAllocator::kAlignment * 4; in TEST_F() local 301 const size_t new_size = ArenaAllocator::kAlignment * 3; in TEST_F() local [all …]
|
D | bit_vector.cc | 353 uint32_t new_size = BitsToWords(idx + 1); in EnsureSize() local
|
D | mem_map.cc | 728 size_t new_size = new_end - reinterpret_cast<uint8_t*>(begin_); in RemapAtEnd() local 999 void MemMap::SetSize(size_t new_size) { in SetSize()
|
D | hash_set.h | 669 void Resize(size_t new_size) { in Resize()
|
/art/runtime/ |
D | linear_alloc.cc | 26 void* LinearAlloc::Realloc(Thread* self, void* ptr, size_t old_size, size_t new_size) { in Realloc()
|
D | indirect_reference_table.cc | 213 bool IndirectReferenceTable::Resize(size_t new_size, std::string* error_msg) { in Resize()
|
D | class_linker.cc | 7664 const size_t new_size = LengthPrefixedArray<ArtMethod>::ComputeSize(new_method_count, in ReallocMethods() local
|
/art/test/1959-redefine-object-instrument/ |
D | fake_redef_object.cc | 84 size_t new_size; in RedefineObjectHook() local
|
/art/test/980-redefine-object/ |
D | redef_object.cc | 97 size_t new_size; in RedefineObjectHook() local
|
/art/runtime/gc/accounting/ |
D | space_bitmap.cc | 102 size_t new_size = OffsetToIndex(new_end - heap_begin_) * sizeof(intptr_t); in SetHeapLimit() local
|
/art/compiler/utils/ |
D | assembler.h | 117 void Resize(size_t new_size) { in Resize()
|
/art/tools/jvmti-agents/simple-force-redefine/ |
D | forceredefine.cc | 163 size_t new_size; in CbClassFileLoadHook() local
|
/art/runtime/gc/space/ |
D | dlmalloc_space.cc | 310 void DlMallocSpace::SetFootprintLimit(size_t new_size) { in SetFootprintLimit()
|
D | rosalloc_space.cc | 345 void RosAllocSpace::SetFootprintLimit(size_t new_size) { in SetFootprintLimit()
|
/art/runtime/gc/collector/ |
D | semi_space.cc | 448 void SemiSpace::ResizeMarkStack(size_t new_size) { in ResizeMarkStack()
|
D | mark_sweep.cc | 387 void MarkSweep::ResizeMarkStack(size_t new_size) { in ResizeMarkStack()
|
D | concurrent_copying.cc | 1737 const size_t new_size = gc_mark_stack_->Capacity() * 2; in ExpandGcMarkStack() local
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 679 size_t new_size = old_dex_.Size() + size_delta; in Encode() local
|
/art/compiler/optimizing/ |
D | bounds_check_elimination.cc | 1964 size_t new_size = graph_->GetReversePostOrder().size(); in Run() local
|
D | nodes.h | 8029 size_t new_size = old_size + number_of_new_blocks; local
|
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 2759 uint32_t new_size = GetSize(); in PromoteIfNeeded() local 2771 uint32_t new_size = GetSize(); in PromoteIfNeeded() local
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 3443 uint32_t new_size = GetSize(); in PromoteIfNeeded() local 3455 uint32_t new_size = GetSize(); in PromoteIfNeeded() local
|