Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc538 for (ArtMethod& method : klass->GetDeclaredMethodsSlice(pointer_size)) { in FindInterfaceMethodWithSignature()
561 for (ArtMethod& method : object_class->GetDeclaredMethodsSlice(pointer_size)) { in FindInterfaceMethodWithSignature()
635 for (ArtMethod& method : this_klass->GetDeclaredMethodsSlice(pointer_size)) { in FindClassMethodWithSignature()
649 for (ArtMethod& method : klass->GetDeclaredMethodsSlice(pointer_size)) { in FindClassMethodWithSignature()
707 for (ArtMethod& method : GetDeclaredMethodsSlice(pointer_size)) { in FindClassMethod()
719 if (this_dex_cache != dex_cache && !GetDeclaredMethodsSlice(pointer_size).empty()) { in FindClassMethod()
724 for (ArtMethod& method : GetDeclaredMethodsSlice(pointer_size)) { in FindClassMethod()
741 ArraySlice<ArtMethod> declared_methods = klass->GetDeclaredMethodsSlice(pointer_size); in FindClassMethod()
Dclass-inl.h146 inline ArraySlice<ArtMethod> Class::GetDeclaredMethodsSlice(PointerSize pointer_size) { in GetDeclaredMethodsSlice() function
Dclass.h749 ALWAYS_INLINE ArraySlice<ArtMethod> GetDeclaredMethodsSlice(PointerSize pointer_size)
/art/openjdkjvmti/
Dti_redefine.cc936 uint32_t num_old_method = h_klass->GetDeclaredMethodsSlice(art::kRuntimePointerSize).size(); in CheckMethods()
3146 ext, driver_->self_, klass->GetDeclaredMethodsSlice(art::kRuntimePointerSize).size())) { in EnsureClassAllocationsFinished()