/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 | 737 size_t new_size = new_end - reinterpret_cast<uint8_t*>(begin_); in RemapAtEnd() local 1017 void MemMap::SetSize(size_t new_size) { in SetSize()
|
D | hash_set.h | 690 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 | 7945 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 | 101 size_t new_size = OffsetToIndex(new_end - heap_begin_) * sizeof(intptr_t); in SetHeapLimit() local
|
/art/test/1974-resize-array/ |
D | resize_array.cc | 115 jint new_size) { in Java_art_Test1974_ResizeArray()
|
/art/test/1974-resize-array/src/art/ |
D | Test1974.java | 517 public static native <T> void ResizeArray(Supplier<T> arr, int new_size); in ResizeArray()
|
/art/compiler/utils/ |
D | assembler.h | 116 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 | 360 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 | 1748 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/openjdkjvmti/ |
D | ti_heap.cc | 1888 jvmtiError HeapExtensions::ChangeArraySize(jvmtiEnv* env, jobject arr, jsize new_size) { in ChangeArraySize()
|
/art/compiler/optimizing/ |
D | bounds_check_elimination.cc | 2065 size_t new_size = graph_->GetReversePostOrder().size(); in Run() local
|
D | nodes.h | 8186 size_t new_size = old_size + number_of_new_blocks; local
|