Searched refs:NumMethods (Results 1 – 13 of 13) sorted by relevance
/art/runtime/mirror/ |
D | class-inl.h | 183 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()
|
D | class.h | 814 ALWAYS_INLINE uint32_t NumMethods() REQUIRES_SHARED(Locks::mutator_lock_); 815 static ALWAYS_INLINE uint32_t NumMethods(LengthPrefixedArray<ArtMethod>* methods)
|
D | class.cc | 2033 return ext->EnsureJMethodIDsArrayPresent(h_this->NumMethods()); in EnsureMethodIds()
|
/art/libdexfile/dex/ |
D | class_accessor-inl.h | 222 return GetMethodsInternal(NumMethods()); in GetMethods()
|
D | class_accessor.h | 346 uint32_t NumMethods() const { in NumMethods() function
|
D | dex_file_verifier.cc | 2436 if (accessor.NumMethods() != 0) { in FindFirstClassDataDefiner()
|
/art/runtime/jni/ |
D | jni_id_manager.cc | 636 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/ |
D | profile_saver.cc | 496 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/ |
D | ti_redefine.cc | 945 uint32_t num_new_method = accessor.NumMethods(); in CheckMethods() 966 (kCheckAllMethodsSeenOnce || is_structural) ? old_accessor.NumMethods() : 0, false); in CheckMethods()
|
/art/runtime/ |
D | runtime_image.cc | 883 size_t number_of_methods = cls->NumMethods(); in CopyMethodArrays()
|
D | class_linker.cc | 2747 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/ |
D | oatdump.cc | 837 class_method_index < accessor.NumMethods(); in AddAllOffsets()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 1216 size_t num_methods = klass->NumMethods(); in RecordNativeRelocations()
|