Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime_test.cc1032 Handle<mirror::Class> throw_class = hs.NewHandle(GetClassRoot<mirror::Throwable>()); in TEST_F() local
1033 ASSERT_TRUE(class_linker_->EnsureInitialized(self, throw_class, true, true)); in TEST_F()
1040 ArtMethod* throw_cons = throw_class->FindConstructor("(Ljava/lang/String;)V", pointer_size); in TEST_F()