Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc384 const RegType& ref_type_0 = cache.FromDescriptor(nullptr, "Ljava/lang/DoesNotExist;", true); in TEST_F() local
385 EXPECT_TRUE(ref_type_0.IsUnresolvedReference()); in TEST_F()
386 EXPECT_TRUE(ref_type_0.IsNonZeroReferenceTypes()); in TEST_F()
389 EXPECT_TRUE(ref_type_0.Equals(ref_type_1)); in TEST_F()
391 const RegType& unresolved_super_class = cache.FromUnresolvedSuperClass(ref_type_0); in TEST_F()
402 const RegType& ref_type_0 = cache.FromDescriptor(nullptr, "Ljava/lang/DoesNotExist;", true); in TEST_F() local
403 EXPECT_TRUE(ref_type_0.IsUnresolvedReference()); in TEST_F()
405 EXPECT_TRUE(ref_type_0.Equals(ref_type)); in TEST_F()
495 const RegType& ref_type_0 = cache_new.FromDescriptor(nullptr, "Ljava/lang/DoesNotExist;", true); in TEST_F() local
496 EXPECT_TRUE(ref_type_0.IsUnresolvedReference()); in TEST_F()
[all …]