Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc448 for (ArtMethod& method : klass->GetDeclaredMethodsSlice(pointer_size)) { in FindInterfaceMethodWithSignature()
471 for (ArtMethod& method : object_class->GetDeclaredMethodsSlice(pointer_size)) { in FindInterfaceMethodWithSignature()
545 for (ArtMethod& method : this_klass->GetDeclaredMethodsSlice(pointer_size)) { in FindClassMethodWithSignature()
559 for (ArtMethod& method : klass->GetDeclaredMethodsSlice(pointer_size)) { in FindClassMethodWithSignature()
617 for (ArtMethod& method : GetDeclaredMethodsSlice(pointer_size)) { in FindClassMethod()
629 if (this_dex_cache != dex_cache && !GetDeclaredMethodsSlice(pointer_size).empty()) { in FindClassMethod()
634 for (ArtMethod& method : GetDeclaredMethodsSlice(pointer_size)) { in FindClassMethod()
651 ArraySlice<ArtMethod> declared_methods = klass->GetDeclaredMethodsSlice(pointer_size); in FindClassMethod()
Dclass-inl.h144 inline ArraySlice<ArtMethod> Class::GetDeclaredMethodsSlice(PointerSize pointer_size) { in GetDeclaredMethodsSlice() function
Dclass.h679 ALWAYS_INLINE ArraySlice<ArtMethod> GetDeclaredMethodsSlice(PointerSize pointer_size)
/art/openjdkjvmti/
Dti_redefine.cc658 for (art::ArtMethod& m : klass->GetDeclaredMethodsSlice(art::kRuntimePointerSize)) { in FindMethod()
674 uint32_t num_old_method = h_klass->GetDeclaredMethodsSlice(art::kRuntimePointerSize).size(); in CheckSameMethods()
1614 driver_->self_, klass->GetDeclaredMethodsSlice(art::kRuntimePointerSize).size())) { in EnsureClassAllocationsFinished()
/art/runtime/
Dclass_linker.cc7966 input_virtual_methods = klass->GetDeclaredMethodsSlice(image_pointer_size_); in LinkInterfaceMethods()