Home
last modified time | relevance | path

Searched refs:GetNumberOfParameters (Results 1 – 7 of 7) sorted by relevance

/aosp12/art/libdexfile/dex/
H A Dsignature.h45 uint32_t GetNumberOfParameters() const;
H A Dsignature.cc50 uint32_t Signature::GetNumberOfParameters() const { in GetNumberOfParameters() function in art::Signature
H A Ddex_file_verifier.cc3667 if (!signature.IsVoid() || signature.GetNumberOfParameters() != 0) { in CheckConstructorProperties()
/aosp12/art/runtime/native/
H A Djava_lang_reflect_Executable.cc100 annotations->GetLength() == static_cast<int>(method->GetNumberOfParameters())) { in Executable_getParameterAnnotationsNative()
119 static_cast<int>(method->GetNumberOfParameters()))); in Executable_getParameterAnnotationsNative()
/aosp12/art/runtime/
H A Dart_method-inl.h283 inline size_t ArtMethod::GetNumberOfParameters() { in GetNumberOfParameters() function
H A Dart_method.h659 ALWAYS_INLINE size_t GetNumberOfParameters() REQUIRES_SHARED(Locks::mutator_lock_);
/aosp12/art/runtime/mirror/
H A Dvar_handle.cc97 int32_t GetNumberOfParameters(VarHandle::AccessModeTemplate access_mode_template, in GetNumberOfParameters() function
1393 const int32_t ptypes_count = GetNumberOfParameters(access_mode_template, in GetMethodTypeForAccessMode()
1427 const int32_t ptypes_count = GetNumberOfParameters(access_mode_template, ctypes[0], ctypes[1]); in PrettyDescriptorForAccessMode()