Home
last modified time | relevance | path

Searched refs:GetCopiedMethodsStartOffset (Results 1 – 3 of 3) sorted by relevance

/art/runtime/mirror/
Dclass-inl.h108 inline uint32_t Class::GetCopiedMethodsStartOffset() { in GetCopiedMethodsStartOffset() function
155 GetCopiedMethodsStartOffset()); in GetDeclaredMethodsSliceUnchecked()
169 GetCopiedMethodsStartOffset()); in GetDeclaredVirtualMethodsSliceUnchecked()
196 GetCopiedMethodsStartOffset(), in GetCopiedMethodsSliceUnchecked()
1110 return GetCopiedMethodsStartOffset() - GetVirtualMethodsStartOffset(); in NumDeclaredVirtualMethods()
Dclass.h780 ALWAYS_INLINE uint32_t GetCopiedMethodsStartOffset() REQUIRES_SHARED(Locks::mutator_lock_);
/art/runtime/jit/
Dprofile_saver.cc526 DCHECK_EQ(klass->GetCopiedMethodsStartOffset(), 0u); in CollectInternal()
544 uint32_t copied_methods_start = klass->GetCopiedMethodsStartOffset(); in CollectInternal()