Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h144 kSectionArtMethods, enumerator
155 return GetImageSection(kSectionArtMethods); in GetMethodsSection()
/art/compiler/
Dimage_writer.cc986 auto* methods_section = &sections[ImageHeader::kSectionArtMethods]; in CreateHeader()