Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc463 for (ArtMethod& method : klass->GetDeclaredMethodsSlice(pointer_size)) { in FindInterfaceMethodWithSignature()
486 for (ArtMethod& method : object_class->GetDeclaredMethodsSlice(pointer_size)) { in FindInterfaceMethodWithSignature()
560 for (ArtMethod& method : this_klass->GetDeclaredMethodsSlice(pointer_size)) { in FindClassMethodWithSignature()
574 for (ArtMethod& method : klass->GetDeclaredMethodsSlice(pointer_size)) { in FindClassMethodWithSignature()
632 for (ArtMethod& method : GetDeclaredMethodsSlice(pointer_size)) { in FindClassMethod()
644 if (this_dex_cache != dex_cache && !GetDeclaredMethodsSlice(pointer_size).empty()) { in FindClassMethod()
647 for (ArtMethod& method : GetDeclaredMethodsSlice(pointer_size)) { in FindClassMethod()
661 ArraySlice<ArtMethod> declared_methods = klass->GetDeclaredMethodsSlice(pointer_size); in FindClassMethod()
Dclass-inl.h138 inline ArraySlice<ArtMethod> Class::GetDeclaredMethodsSlice(PointerSize pointer_size) { in GetDeclaredMethodsSlice() function
Dclass.h719 ALWAYS_INLINE ArraySlice<ArtMethod> GetDeclaredMethodsSlice(PointerSize pointer_size)
/art/openjdkjvmti/
Dti_redefine.cc605 for (art::ArtMethod& m : klass->GetDeclaredMethodsSlice(art::kRuntimePointerSize)) { in FindMethod()
623 uint32_t num_old_method = h_klass->GetDeclaredMethodsSlice(art::kRuntimePointerSize).size(); in CheckSameMethods()
1546 driver_->self_, klass->GetDeclaredMethodsSlice(art::kRuntimePointerSize).size())) { in EnsureClassAllocationsFinished()
/art/runtime/
Dclass_linker.cc7320 input_virtual_methods = klass->GetDeclaredMethodsSlice(image_pointer_size_); in LinkInterfaceMethods()