Searched refs:method_access_flags_ (Results 1 – 3 of 3) sorted by relevance
54 return method_access_flags_; in GetAccessFlags()
264 return (method_access_flags_ & kAccConstructor) != 0; in IsConstructor()269 return (method_access_flags_ & kAccStatic) != 0; in IsStatic()699 const uint32_t method_access_flags_; // Method's access flags. variable
391 method_access_flags_(method_access_flags), in MethodVerifier()546 if ((method_access_flags_ & (kAccNative | kAccAbstract)) == 0) { in Verify()