| /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 | 357     uint32_t new_size = BitsToWords(idx + 1);  in EnsureSize()  local
  | 
| D | mem_map.cc | 760   size_t new_size = new_end - reinterpret_cast<uint8_t*>(begin_);  in RemapAtEnd()  local 1042 void MemMap::SetSize(size_t new_size) {  in SetSize()
  | 
| D | hash_set.h | 775   void Resize(size_t new_size) {  in Resize()
  | 
| /art/runtime/ | 
| D | linear_alloc-inl.h | 52                                   size_t new_size,  in Realloc()
  | 
| D | class_linker.cc | 7891   const size_t new_size = LengthPrefixedArray<ArtMethod>::ComputeSize(new_method_count,  in ReallocMethods()  local
  | 
| /art/libdexfile/external/include/art_api/ | 
| D | dex_file_support.h | 96                       size_t* new_size,  in Create()
  | 
| /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 | 104   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/libdexfile/external/ | 
| D | dex_file_ext.cc | 145                                size_t* _Nullable new_size,  in ADexFile_create()
  | 
| /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 | 361 void SemiSpace::ResizeMarkStack(size_t new_size) {  in ResizeMarkStack()
  | 
| D | mark_sweep.cc | 387 void MarkSweep::ResizeMarkStack(size_t new_size) {  in ResizeMarkStack()
  | 
| D | mark_compact.cc | 4070   const size_t new_size = mark_stack_->Capacity() * 2;  in ExpandMarkStack()  local
  | 
| D | concurrent_copying.cc | 1835   const size_t new_size = gc_mark_stack_->Capacity() * 2;  in ExpandGcMarkStack()  local
  | 
| /art/runtime/jni/ | 
| D | local_reference_table.cc | 193 bool LocalReferenceTable::Resize(size_t new_size, std::string* error_msg) {  in Resize()
  | 
| /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 | 2089     size_t new_size = graph_->GetReversePostOrder().size();  in Run()  local
  |