Searched refs:NumMethods (Results 1 – 9 of 9) sorted by relevance
181 NumMethods(methods)); in GetVirtualMethodsSliceUnchecked()195 NumMethods(methods)); in GetCopiedMethodsSliceUnchecked()207 return GetMethodsSliceRangeUnchecked(methods, pointer_size, 0, NumMethods(methods)); in GetMethodsSlice()216 DCHECK_LE(end_offset, NumMethods(methods)); in GetMethodsSliceRangeUnchecked()231 inline uint32_t Class::NumMethods() { in NumMethods() function232 return NumMethods(GetMethodsPtr()); in NumMethods()235 inline uint32_t Class::NumMethods(LengthPrefixedArray<ArtMethod>* methods) { in NumMethods() function971 return GetMethodsSliceRangeUnchecked(methods, pointer_size, 0u, NumMethods(methods)); in GetMethods()1087 return NumMethods() - GetVirtualMethodsStartOffset(); in NumVirtualMethods()
733 ALWAYS_INLINE uint32_t NumMethods() REQUIRES_SHARED(Locks::mutator_lock_);734 static ALWAYS_INLINE uint32_t NumMethods(LengthPrefixedArray<ArtMethod>* methods)
222 return GetMethodsInternal(NumMethods()); in GetMethods()
345 uint32_t NumMethods() const { in NumMethods() function
2131 if (accessor.NumMethods() != 0) { in FindFirstClassDataDefiner()
673 uint32_t num_new_method = accessor.NumMethods(); in CheckSameMethods()
853 class_method_index < accessor.NumMethods(); in AddAllOffsets()
2048 size_t num_methods = as_klass->NumMethods(); in TryAssignBinSlot()
1632 expandBufAdd4BE(pReply, c->NumMethods()); in OutputDeclaredMethods()