Home
last modified time | relevance | path

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

/aosp12/art/runtime/mirror/
H A 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
1001 return GetMethodsSliceRangeUnchecked(methods, pointer_size, 0u, NumMethods(methods)); in GetMethods()
1114 return NumMethods() - GetVirtualMethodsStartOffset(); in NumVirtualMethods()
H A Dclass.h806 ALWAYS_INLINE uint32_t NumMethods() REQUIRES_SHARED(Locks::mutator_lock_);
807 static ALWAYS_INLINE uint32_t NumMethods(LengthPrefixedArray<ArtMethod>* methods)
H A Dclass.cc1667 return ext->EnsureJMethodIDsArrayPresent(h_this->NumMethods()); in EnsureMethodIds()
/aosp12/art/libdexfile/dex/
H A Dclass_accessor-inl.h222 return GetMethodsInternal(NumMethods()); in GetMethods()
H A Dclass_accessor.h346 uint32_t NumMethods() const { in NumMethods() function
H A Ddex_file_verifier.cc2441 if (accessor.NumMethods() != 0) { in FindFirstClassDataDefiner()
/aosp12/art/runtime/jni/
H A Djni_id_manager.cc608 size_t NumMethods() const { in NumMethods() function in art::jni::JniIdDeferStackReflectiveScope
665 for (size_t index = kIsDebugBuild ? 0 : IdToIndex(method_start_id); index < jidsrs.NumMethods(); in EndDefer()
/aosp12/art/runtime/jit/
H A Dprofile_saver.cc497 DCHECK_EQ(klass->NumMethods(), 0u); // No methods to collect. in CollectInternal()
533 DCHECK_EQ(klass->NumMethods(), 0u); // No methods to collect. in CollectInternal()
/aosp12/art/openjdkjvmti/
H A Dti_redefine.cc935 uint32_t num_new_method = accessor.NumMethods(); in CheckMethods()
956 (kCheckAllMethodsSeenOnce || is_structural) ? old_accessor.NumMethods() : 0, false); in CheckMethods()
/aosp12/art/runtime/
H A Dclass_linker.cc2477 DCHECK_EQ(array_class->NumMethods(), 0u); in FinishArrayClassSetup()
3697 AllocArtMethodArray(self, allocator, accessor.NumMethods()), in LoadClass()
4178 DCHECK_EQ(primitive_class->NumMethods(), 0u); in CreatePrimitiveClass()
7896 const size_t old_method_count = klass_->NumMethods(); in ReallocMethods()
/aosp12/art/oatdump/
H A Doatdump.cc835 class_method_index < accessor.NumMethods(); in AddAllOffsets()
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc1369 size_t num_methods = klass->NumMethods(); in RecordNativeRelocations()