Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dimage.h258 kSectionRuntimeMethods, enumerator
302 return GetImageSection(kSectionRuntimeMethods); in GetRuntimeMethodsSection()
H A Dimage.cc208 case kSectionRuntimeMethods: return "RuntimeMethods"; in GetImageSectionName()
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc2494 sections[ImageHeader::kSectionRuntimeMethods] = in CreateImageSections()
2502 size_t cur_pos = RoundUp(sections[ImageHeader::kSectionRuntimeMethods].End(), sizeof(uint64_t)); in CreateImageSections()