Searched refs:GetDeclaredMethodsSlice (Results 1 – 4 of 4) sorted by relevance
569 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()
146 inline ArraySlice<ArtMethod> Class::GetDeclaredMethodsSlice(PointerSize pointer_size) { in GetDeclaredMethodsSlice() function
747 ALWAYS_INLINE ArraySlice<ArtMethod> GetDeclaredMethodsSlice(PointerSize pointer_size)
939 uint32_t num_old_method = h_klass->GetDeclaredMethodsSlice(art::kRuntimePointerSize).size(); in CheckMethods()3142 ext, driver_->self_, klass->GetDeclaredMethodsSlice(art::kRuntimePointerSize).size())) { in EnsureClassAllocationsFinished()