Searched refs:NumMethods (Results 1 – 12 of 12) 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 1001 return GetMethodsSliceRangeUnchecked(methods, pointer_size, 0u, NumMethods(methods)); in GetMethods() 1114 return NumMethods() - GetVirtualMethodsStartOffset(); in NumVirtualMethods()
|
D | class.h | 806 ALWAYS_INLINE uint32_t NumMethods() REQUIRES_SHARED(Locks::mutator_lock_); 807 static ALWAYS_INLINE uint32_t NumMethods(LengthPrefixedArray<ArtMethod>* methods)
|
D | class.cc | 1667 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 | 2441 if (accessor.NumMethods() != 0) { in FindFirstClassDataDefiner()
|
/art/runtime/jni/ |
D | jni_id_manager.cc | 608 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/runtime/jit/ |
D | profile_saver.cc | 497 DCHECK_EQ(klass->NumMethods(), 0u); // No methods to collect. in CollectInternal() 533 DCHECK_EQ(klass->NumMethods(), 0u); // No methods to collect. in CollectInternal()
|
/art/openjdkjvmti/ |
D | ti_redefine.cc | 935 uint32_t num_new_method = accessor.NumMethods(); in CheckMethods() 956 (kCheckAllMethodsSeenOnce || is_structural) ? old_accessor.NumMethods() : 0, false); in CheckMethods()
|
/art/runtime/ |
D | class_linker.cc | 2477 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()
|
/art/oatdump/ |
D | oatdump.cc | 835 class_method_index < accessor.NumMethods(); in AddAllOffsets()
|
/art/dex2oat/linker/ |
D | image_writer.cc | 1369 size_t num_methods = klass->NumMethods(); in RecordNativeRelocations()
|