Searched defs:MethodHelper (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dmethod_helper.h27 class MethodHelper { class in namespace:art
29 explicit MethodHelper(Handle<mirror::ArtMethod> m) SHARED_LOCKS_REQUIRED(Locks::mutator_lock_)
108 ALWAYS_INLINE bool HasSameNameAndSignature(MethodHelper* other)
111 bool HasSameSignatureWithDifferentClassLoaders(MethodHelper* other)
139 DISALLOW_COPY_AND_ASSIGN(MethodHelper);

Completed in 38 milliseconds