Home
last modified time | relevance | path

Searched defs:old_size (Results 1 – 4 of 4) sorted by relevance

/art/compiler/utils/
Dassembler.cc76 size_t old_size = Size(); in ExtendCapacity() local
/art/runtime/
Dlinear_alloc.cc26 void* LinearAlloc::Realloc(Thread* self, void* ptr, size_t old_size, size_t new_size) { in Realloc()
Dclass_linker.cc7717 const size_t old_size = LengthPrefixedArray<ArtMethod>::ComputeSize(old_methods->size(), in ClobberOldMethods() local
7897 const size_t old_size = LengthPrefixedArray<ArtMethod>::ComputeSize(old_method_count, in ReallocMethods() local
/art/runtime/hprof/
Dhprof.cc424 size_t old_size = full_data_.size(); in HandleFlush() local