Home
last modified time | relevance | path

Searched defs:old_size (Results 1 – 7 of 7) 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.cc7481 const size_t old_size = LengthPrefixedArray<ArtMethod>::ComputeSize(old_methods->size(), in ClobberOldMethods() local
7661 const size_t old_size = LengthPrefixedArray<ArtMethod>::ComputeSize(old_method_count, in ReallocMethods() local
/art/runtime/hprof/
Dhprof.cc425 size_t old_size = full_data_.size(); in HandleFlush() local
/art/compiler/utils/mips64/
Dassembler_mips64.cc2758 uint32_t old_size = GetOldSize(); in PromoteIfNeeded() local
2770 uint32_t old_size = GetOldSize(); in PromoteIfNeeded() local
3087 uint32_t old_size = buffer_.Size(); in PromoteBranches() local
/art/compiler/utils/mips/
Dassembler_mips.cc3442 uint32_t old_size = GetOldSize(); in PromoteIfNeeded() local
3454 uint32_t old_size = GetOldSize(); in PromoteIfNeeded() local
3925 uint32_t old_size = buffer_.Size(); in PromoteBranches() local
/art/compiler/optimizing/
Dnodes.h8028 size_t old_size = blocks->size(); local