Searched refs:throw_cons (Results 1 – 1 of 1) sorted by relevance
1040 ArtMethod* throw_cons = throw_class->FindConstructor("(Ljava/lang/String;)V", pointer_size); in TEST_F() local1041 ASSERT_TRUE(throw_cons != nullptr); in TEST_F()1043 ? mirror::Constructor::CreateFromArtMethod<PointerSize::k64>(self, throw_cons) in TEST_F()1044 : mirror::Constructor::CreateFromArtMethod<PointerSize::k32>(self, throw_cons)); in TEST_F()