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

/art/runtime/
H A Dclass_linker.cc6852 method_size_(ArtMethod::Size(class_linker->GetImagePointerSize())),
6924 method_size_,
6959 size_t method_size_; member in class:ClassLinker::LinkInterfaceMethodsHelper
7008 default_conflict_method = reinterpret_cast<ArtMethod*>(allocator_.Alloc(method_size_));
7079 miranda_method = reinterpret_cast<ArtMethod*>(allocator_.Alloc(method_size_));
7104 method_size_,
7107 method_size_,
7118 StrideIterator<ArtMethod> out = methods->begin(method_size_, method_alignment_);
7128 StrideIterator<ArtMethod> out(methods->begin(method_size_, method_alignment_) + old_method_count);
7284 CHECK_LE(reinterpret_cast<uintptr_t>(&*methods->begin(method_size_, method_alignment
[all...]

Completed in 46 milliseconds