Searched refs:GetNumberOfParameters (Results 1 – 7 of 7) sorted by relevance
45 uint32_t GetNumberOfParameters() const;
50 uint32_t Signature::GetNumberOfParameters() const { in GetNumberOfParameters() function in art::Signature
3475 if (!signature.IsVoid() || signature.GetNumberOfParameters() != 0) { in CheckConstructorProperties()
100 annotations->GetLength() == static_cast<int>(method->GetNumberOfParameters())) { in Executable_getParameterAnnotationsNative()119 static_cast<int>(method->GetNumberOfParameters()))); in Executable_getParameterAnnotationsNative()
273 inline size_t ArtMethod::GetNumberOfParameters() { in GetNumberOfParameters() function
608 ALWAYS_INLINE size_t GetNumberOfParameters() REQUIRES_SHARED(Locks::mutator_lock_);
190 int32_t GetNumberOfParameters(AccessModeTemplate access_mode_template, in GetNumberOfParameters() function1521 const int32_t ptypes_count = GetNumberOfParameters(access_mode_template, in GetMethodTypeForAccessMode()1555 const int32_t ptypes_count = GetNumberOfParameters(access_mode_template, ctypes[0], ctypes[1]); in PrettyDescriptorForAccessMode()