Searched refs:new_size (Results 26 - 28 of 28) sorted by relevance

12

/art/compiler/utils/arm/
H A Dassembler_thumb2.h653 size_t IncreaseSize(Size new_size);
/art/compiler/optimizing/
H A Dnodes.h6892 size_t new_size = old_size + number_of_new_blocks;
6893 blocks->resize(new_size);
/art/runtime/
H A Dclass_linker.cc7106 const size_t new_size = LengthPrefixedArray<ArtMethod>::ComputeSize(new_method_count, local
7112 self_, old_methods, old_methods_ptr_size, new_size));

Completed in 261 milliseconds

12