Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker.cc7701 : main_method_(nullptr), in CopiedMethodRecord()
7706 : main_method_(main_method), in CopiedMethodRecord()
7712 DCHECK(main_method_ != nullptr); in SetMainMethod()
7713 main_method_ = main_method; in SetMainMethod()
7719 return main_method_; in GetMainMethod()
7983 ArtMethod* main_method_; member in art::ClassLinker::LinkMethodsHelper::CopiedMethodRecord