Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass-inl.h174 NumMethods(), in GetVirtualMethodsSliceUnchecked()
189 NumMethods(), in GetCopiedMethodsSliceUnchecked()
205 NumMethods(), in GetMethodsSlice()
211 inline uint32_t Class::NumMethods() { in NumMethods() function
1047 return NumMethods() - GetVirtualMethodsStartOffset(); in NumVirtualMethods()
Dclass.h815 ALWAYS_INLINE uint32_t NumMethods() REQUIRES_SHARED(Locks::mutator_lock_);
/art/compiler/
Dimage_writer.cc1301 size_t num_methods = as_klass->NumMethods(); in TryAssignBinSlot()
/art/runtime/
Ddebugger.cc1560 expandBufAdd4BE(pReply, c->NumMethods()); in OutputDeclaredMethods()
Dclass_linker.cc7091 const size_t old_method_count = klass_->NumMethods(); in ReallocMethods()