Home
last modified time | relevance | path

Searched refs:NumMethods (Results 1 – 11 of 11) 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
1001 return GetMethodsSliceRangeUnchecked(methods, pointer_size, 0u, NumMethods(methods)); in GetMethods()
1114 return NumMethods() - GetVirtualMethodsStartOffset(); in NumVirtualMethods()
Dclass.h801 ALWAYS_INLINE uint32_t NumMethods() REQUIRES_SHARED(Locks::mutator_lock_);
802 static ALWAYS_INLINE uint32_t NumMethods(LengthPrefixedArray<ArtMethod>* methods)
Dclass.cc1698 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.cc2441 if (accessor.NumMethods() != 0) { in FindFirstClassDataDefiner()
/art/runtime/jni/
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()
/art/openjdkjvmti/
Dti_redefine.cc938 uint32_t num_new_method = accessor.NumMethods(); in CheckMethods()
959 (kCheckAllMethodsSeenOnce || is_structural) ? old_accessor.NumMethods() : 0, false); in CheckMethods()
/art/runtime/
Dclass_linker.cc2691 DCHECK_EQ(array_class->NumMethods(), 0u); in FinishArrayClassSetup()
3884 AllocArtMethodArray(self, allocator, accessor.NumMethods()), in LoadClass()
4338 DCHECK_EQ(primitive_class->NumMethods(), 0u); in CreatePrimitiveClass()
7930 const size_t old_method_count = klass_->NumMethods(); in ReallocMethods()
/art/oatdump/
Doatdump.cc856 class_method_index < accessor.NumMethods(); in AddAllOffsets()
/art/dex2oat/linker/
Dimage_writer.cc1635 size_t num_methods = as_klass->NumMethods(); in RecordNativeRelocations()