Searched refs:IsSynthetic (Results 1 – 5 of 5) sorted by relevance
1788 if (orig_method->IsSynthetic() && !new_method->IsSynthetic()) { in IsMethodPreferredOver()1836 if (!m_hidden && !m.IsSynthetic()) { in GetDeclaredMethodInternal()1851 DCHECK(result->IsSynthetic()); in GetDeclaredMethodInternal()1871 if (!m_hidden && !m.IsSynthetic()) { in GetDeclaredMethodInternal()
321 ALWAYS_INLINE bool IsSynthetic() REQUIRES_SHARED(Locks::mutator_lock_) { in IsSynthetic() function
109 EXPECT_FALSE(primitive->IsSynthetic()); in AssertPrimitiveClass()148 EXPECT_FALSE(JavaLangObject->IsSynthetic()); in AssertObjectClass()213 EXPECT_FALSE(array->IsSynthetic()); in AssertArrayClass()284 if (!klass->IsSynthetic()) { in AssertClass()949 EXPECT_FALSE(MyClass->IsSynthetic()); in TEST_F()
346 bool IsSynthetic() const { in IsSynthetic() function
543 return method->IsSynthetic(); in IsMethodSynthetic()