Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h497 bool IsStartupMethod(ProfileIndexType profile_index, uint32_t method_index) const { in IsStartupMethod() function
498 return info_[profile_index]->IsStartupMethod(method_index); in IsStartupMethod()
832 bool IsStartupMethod(uint32_t method_index) const { in IsStartupMethod() function
/art/dex2oat/driver/
Dcompiler_driver.cc441 result = profile_compilation_info->IsStartupMethod(profile_index, method_ref.index); in ShouldCompileBasedOnProfile()
644 ? profile_compilation_info->IsStartupMethod(profile_index, method_index) in ResolveConstStrings()
/art/dex2oat/linker/
Doat_writer.cc1072 (pci->IsStartupMethod(profile_index_, method_index) ? kStartupBit : 0u) | in VisitMethod()