Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc569 for (ArtMethod& method : klass->GetDeclaredMethodsSlice(pointer_size)) { in FindInterfaceMethodWithSignature()
592 for (ArtMethod& method : object_class->GetDeclaredMethodsSlice(pointer_size)) { in FindInterfaceMethodWithSignature()
666 for (ArtMethod& method : this_klass->GetDeclaredMethodsSlice(pointer_size)) { in FindClassMethodWithSignature()
680 for (ArtMethod& method : klass->GetDeclaredMethodsSlice(pointer_size)) { in FindClassMethodWithSignature()
738 for (ArtMethod& method : GetDeclaredMethodsSlice(pointer_size)) { in FindClassMethod()
750 if (this_dex_cache != dex_cache && !GetDeclaredMethodsSlice(pointer_size).empty()) { in FindClassMethod()
755 for (ArtMethod& method : GetDeclaredMethodsSlice(pointer_size)) { in FindClassMethod()
772 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.h747 ALWAYS_INLINE ArraySlice<ArtMethod> GetDeclaredMethodsSlice(PointerSize pointer_size)
/art/openjdkjvmti/
Dti_redefine.cc939 uint32_t num_old_method = h_klass->GetDeclaredMethodsSlice(art::kRuntimePointerSize).size(); in CheckMethods()
3142 ext, driver_->self_, klass->GetDeclaredMethodsSlice(art::kRuntimePointerSize).size())) { in EnsureClassAllocationsFinished()