Searched refs:kAccNative (Results 1 – 9 of 9) sorted by relevance
33 static constexpr uint32_t kAccNative = 0x0100; // method variable77 kAccStatic | kAccFinal | kAccSynchronized | kAccBridge | kAccVarargs | kAccNative |
474 bool expect_code = (access_flags & (kAccNative | kAccAbstract)) == 0; in CheckClassDataItemMethod()476 bool allow_synchronized = (access_flags & kAccNative) != 0; in CheckClassDataItemMethod()
1176 return GetRawMemberAccessFlags() & kAccNative; in MemberIsNative()
90 return ((access_flags_ & kAccNative) != 0); in IsNative()
2103 if ((access_flags & kAccNative) != 0) { in CompileMethod()
124 return (GetAccessFlags() & kAccNative) != 0; in IsNative()128 uint32_t mask = kAccFastNative | kAccNative; in IsFastNative()
60 const bool is_native = (access_flags & kAccNative) != 0; in ArtJniCompileMethodInternal()
906 if ((method_access_flags & kAccNative) == 0) { in DumpVerifier()
453 if ((method_access_flags_ & (kAccNative | kAccAbstract)) == 0) { in Verify()