Home
last modified time | relevance | path

Searched defs:main_method (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/art/runtime/
H A Dclass_linker.cc7729 CopiedMethodRecord(ArtMethod* main_method, size_t vtable_index) in CopiedMethodRecord()
7735 void SetMainMethod(ArtMethod* main_method) { in SetMainMethod()