Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc7645 method_size_(ArtMethod::Size(class_linker->GetImagePointerSize())), in LinkInterfaceMethodsHelper()
7718 method_size_, in ClobberOldMethods()
7753 size_t method_size_; member in art::ClassLinker::LinkInterfaceMethodsHelper
7802 default_conflict_method = reinterpret_cast<ArtMethod*>(allocator_.Alloc(method_size_)); in FindMethod()
7873 miranda_method = reinterpret_cast<ArtMethod*>(allocator_.Alloc(method_size_)); in GetOrCreateMirandaMethod()
7898 method_size_, in ReallocMethods()
7901 method_size_, in ReallocMethods()
7912 StrideIterator<ArtMethod> out = methods->begin(method_size_, method_alignment_); in ReallocMethods()
7922 StrideIterator<ArtMethod> out(methods->begin(method_size_, method_alignment_) + old_method_count); in ReallocMethods()
8088 CHECK_LE(reinterpret_cast<uintptr_t>(&*methods->begin(method_size_, method_alignment_)), in UpdateVtable()
[all …]