Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass-inl.h183 NumMethods(methods)); in GetVirtualMethodsSliceUnchecked()
197 NumMethods(methods)); in GetCopiedMethodsSliceUnchecked()
209 return GetMethodsSliceRangeUnchecked(methods, pointer_size, 0, NumMethods(methods)); in GetMethodsSlice()
218 DCHECK_LE(end_offset, NumMethods(methods)); in GetMethodsSliceRangeUnchecked()
233 inline uint32_t Class::NumMethods() { in NumMethods() function
234 return NumMethods(GetMethodsPtr()); in NumMethods()
237 inline uint32_t Class::NumMethods(LengthPrefixedArray<ArtMethod>* methods) { in NumMethods() function
983 return GetMethodsSliceRangeUnchecked(methods, pointer_size, 0u, NumMethods(methods)); in GetMethods()
1093 return NumMethods() - GetVirtualMethodsStartOffset(); in NumVirtualMethods()
Dclass.h814 ALWAYS_INLINE uint32_t NumMethods() REQUIRES_SHARED(Locks::mutator_lock_);
815 static ALWAYS_INLINE uint32_t NumMethods(LengthPrefixedArray<ArtMethod>* methods)
Dclass.cc2033 return ext->EnsureJMethodIDsArrayPresent(h_this->NumMethods()); in EnsureMethodIds()
/art/libdexfile/dex/
Dclass_accessor-inl.h222 return GetMethodsInternal(NumMethods()); in GetMethods()
Dclass_accessor.h346 uint32_t NumMethods() const { in NumMethods() function
Ddex_file_verifier.cc2436 if (accessor.NumMethods() != 0) { in FindFirstClassDataDefiner()
/art/runtime/jni/
Djni_id_manager.cc636 size_t NumMethods() const { in NumMethods() function in art::jni::JniIdDeferStackReflectiveScope
693 for (size_t index = kIsDebugBuild ? 0 : IdToIndex(method_start_id); index < jidsrs.NumMethods(); in EndDefer()
/art/runtime/jit/
Dprofile_saver.cc496 DCHECK_EQ(klass->NumMethods(), 0u); // No methods to collect. in CollectInternal()
532 DCHECK_EQ(klass->NumMethods(), 0u); // No methods to collect. in CollectInternal()
/art/openjdkjvmti/
Dti_redefine.cc945 uint32_t num_new_method = accessor.NumMethods(); in CheckMethods()
966 (kCheckAllMethodsSeenOnce || is_structural) ? old_accessor.NumMethods() : 0, false); in CheckMethods()
/art/runtime/
Druntime_image.cc883 size_t number_of_methods = cls->NumMethods(); in CopyMethodArrays()
Dclass_linker.cc2747 DCHECK_EQ(array_class->NumMethods(), 0u); in FinishArrayClassSetup()
3812 AllocArtMethodArray(self, allocator, accessor.NumMethods()), in LoadClass()
4354 DCHECK_EQ(primitive_class->NumMethods(), 0u); in CreatePrimitiveClass()
7877 const size_t old_method_count = klass->NumMethods(); in ReallocMethods()
/art/oatdump/
Doatdump.cc837 class_method_index < accessor.NumMethods(); in AddAllOffsets()
/art/dex2oat/linker/
Dimage_writer.cc1216 size_t num_methods = klass->NumMethods(); in RecordNativeRelocations()