Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc6766 method_size_(ArtMethod::Size(class_linker->GetImagePointerSize())), in LinkInterfaceMethodsHelper()
6839 method_size_, in ClobberOldMethods()
6874 size_t method_size_; member in art::ClassLinker::LinkInterfaceMethodsHelper
6923 default_conflict_method = reinterpret_cast<ArtMethod*>(allocator_.Alloc(method_size_)); in FindMethod()
6994 miranda_method = reinterpret_cast<ArtMethod*>(allocator_.Alloc(method_size_)); in GetOrCreateMirandaMethod()
7019 method_size_, in ReallocMethods()
7022 method_size_, in ReallocMethods()
7033 StrideIterator<ArtMethod> out = methods->begin(method_size_, method_alignment_); in ReallocMethods()
7043 StrideIterator<ArtMethod> out(methods->begin(method_size_, method_alignment_) + old_method_count); in ReallocMethods()
7201 CHECK_LE(reinterpret_cast<uintptr_t>(&*methods->begin(method_size_, method_alignment_)), in UpdateVtable()
[all …]