Home | History | Annotate | Download | only in interpreter

Lines Matching refs:init_method

1012     ArtMethod* init_method = h_class->FindConstructor("()V", class_linker->GetImagePointerSize());
1013 if (init_method == nullptr) {
1018 EnterInterpreterFromInvoke(self, init_method, h_obj.Get(), nullptr, nullptr);