Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h503 bool IsStartupMethod(ProfileIndexType profile_index, uint32_t method_index) const { in IsStartupMethod() function
504 return info_[profile_index]->IsStartupMethod(method_index); in IsStartupMethod()
838 bool IsStartupMethod(uint32_t method_index) const { in IsStartupMethod() function
/art/dex2oat/driver/
Dcompiler_driver.cc633 ? profile_compilation_info->IsStartupMethod(profile_index, method_index) in ResolveConstStrings()
/art/dex2oat/linker/
Doat_writer.cc1123 (pci->IsStartupMethod(profile_index_, method_index) ? kStartupBit : 0u) | in VisitMethod()