Home | History | Annotate | Download | only in runtime

Lines Matching refs:GetDexCache

161     EXPECT_EQ(method->GetDeclaringClass()->GetDexCache()->GetStrings(),
163 EXPECT_EQ(method->GetDeclaringClass()->GetDexCache()->GetResolvedMethods(),
165 EXPECT_EQ(method->GetDeclaringClass()->GetDexCache()->GetResolvedTypes(),
167 EXPECT_EQ(method->GetDeclaringClass()->GetDexCache()->GetInitializedStaticStorage(),
193 EXPECT_TRUE(klass->GetDexCache() != NULL);