Home
last modified time | relevance | path

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

/art/runtime/mirror/
Dclass.cc1443 if (orig_method->IsSynthetic() && !new_method->IsSynthetic()) { in IsMethodPreferredOver()
1489 if (!m_hidden && !m.IsSynthetic()) { in GetDeclaredMethodInternal()
1504 DCHECK(result->IsSynthetic()); in GetDeclaredMethodInternal()
1526 if (!m_hidden && !m.IsSynthetic()) { in GetDeclaredMethodInternal()
Dclass.h318 ALWAYS_INLINE bool IsSynthetic() REQUIRES_SHARED(Locks::mutator_lock_) { in IsSynthetic() function
/art/runtime/
Dclass_linker_test.cc109 EXPECT_FALSE(primitive->IsSynthetic()); in AssertPrimitiveClass()
149 EXPECT_FALSE(JavaLangObject->IsSynthetic()); in AssertObjectClass()
224 EXPECT_FALSE(array->IsSynthetic()); in AssertArrayClass()
297 if (!klass->IsSynthetic()) { in AssertClass()
957 EXPECT_FALSE(MyClass->IsSynthetic()); in TEST_F()
Dart_method.h307 bool IsSynthetic() const { in IsSynthetic() function
/art/openjdkjvmti/
Dti_method.cc540 return method->IsSynthetic(); in IsMethodSynthetic()