Home
last modified time | relevance | path

Searched refs:method_size_ (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dclass_linker.cc7690 method_size_(ArtMethod::Size(class_linker->GetImagePointerSize())), in LinkInterfaceMethodsHelper()
7763 method_size_, in ClobberOldMethods()
7798 size_t method_size_; member in art::ClassLinker::LinkInterfaceMethodsHelper
7847 default_conflict_method = reinterpret_cast<ArtMethod*>(allocator_.Alloc(method_size_)); in FindMethod()
7918 miranda_method = reinterpret_cast<ArtMethod*>(allocator_.Alloc(method_size_)); in GetOrCreateMirandaMethod()
7943 method_size_, in ReallocMethods()
7946 method_size_, in ReallocMethods()
7957 StrideIterator<ArtMethod> out = methods->begin(method_size_, method_alignment_); in ReallocMethods()
7967 StrideIterator<ArtMethod> out(methods->begin(method_size_, method_alignment_) + old_method_count); in ReallocMethods()
8128 CHECK_LE(reinterpret_cast<uintptr_t>(&*methods->begin(method_size_, method_alignment_)), in UpdateVtable()
[all …]