Searched refs:throw_cons (Results 1 – 1 of 1) sorted by relevance
1325 ArtMethod* throw_cons = throw_class->FindConstructor( in TEST_F() local1327 ASSERT_TRUE(throw_cons != nullptr); in TEST_F()1331 mirror::Constructor::CreateFromArtMethod<PointerSize::k64, false>(self, throw_cons)); in TEST_F()1335 mirror::Constructor::CreateFromArtMethod<PointerSize::k32, false>(self, throw_cons)); in TEST_F()