Home | History | Annotate | Download | only in runtime

Lines Matching defs:interface

227       mirror::Class* interface = iftable->GetInterface(i);
228 ASSERT_TRUE(interface != NULL);
232 EXPECT_EQ(interface->NumVirtualMethods(), iftable->GetMethodArrayCount(i));