Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker_test.cc82 EXPECT_FALSE(primitive->IsSynthetic()); in AssertPrimitiveClass()
132 EXPECT_FALSE(array->IsSynthetic()); in AssertArrayClass()
211 if (!klass->IsSynthetic()) { in AssertClass()
698 EXPECT_FALSE(JavaLangObject->IsSynthetic()); in TEST_F()
735 EXPECT_FALSE(MyClass->IsSynthetic()); in TEST_F()
/art/runtime/mirror/
Dart_method.h119 bool IsSynthetic() const { in IsSynthetic() function
Dclass.h214 bool IsSynthetic() const { in IsSynthetic() function