Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h196 kSectionArtMethods, enumerator
212 return GetImageSection(kSectionArtMethods); in GetMethodsSection()
/art/compiler/
Dimage_writer.cc1459 ImageSection* methods_section = &out_sections[ImageHeader::kSectionArtMethods]; in CreateImageSections()