Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime_test.cc1325 ArtMethod* throw_cons = throw_class->FindConstructor( in TEST_F() local
1327 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()