Home
last modified time | relevance | path

Searched refs:NumMethods (Results 1 – 9 of 9) sorted by relevance

/art/runtime/mirror/
Dclass-inl.h181 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() function
232 return NumMethods(GetMethodsPtr()); in NumMethods()
235 inline uint32_t Class::NumMethods(LengthPrefixedArray<ArtMethod>* methods) { in NumMethods() function
971 return GetMethodsSliceRangeUnchecked(methods, pointer_size, 0u, NumMethods(methods)); in GetMethods()
1087 return NumMethods() - GetVirtualMethodsStartOffset(); in NumVirtualMethods()
Dclass.h733 ALWAYS_INLINE uint32_t NumMethods() REQUIRES_SHARED(Locks::mutator_lock_);
734 static ALWAYS_INLINE uint32_t NumMethods(LengthPrefixedArray<ArtMethod>* methods)
/art/libdexfile/dex/
Dclass_accessor-inl.h222 return GetMethodsInternal(NumMethods()); in GetMethods()
Dclass_accessor.h345 uint32_t NumMethods() const { in NumMethods() function
Ddex_file_verifier.cc2131 if (accessor.NumMethods() != 0) { in FindFirstClassDataDefiner()
/art/openjdkjvmti/
Dti_redefine.cc673 uint32_t num_new_method = accessor.NumMethods(); in CheckSameMethods()
/art/oatdump/
Doatdump.cc853 class_method_index < accessor.NumMethods(); in AddAllOffsets()
/art/dex2oat/linker/
Dimage_writer.cc2048 size_t num_methods = as_klass->NumMethods(); in TryAssignBinSlot()
/art/runtime/
Ddebugger.cc1632 expandBufAdd4BE(pReply, c->NumMethods()); in OutputDeclaredMethods()