Home
last modified time | relevance | path

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

/art/runtime/oat/
Dimage.h265 kSectionJniStubMethods, enumerator
336 return GetImageSection(kSectionJniStubMethods); in GetJniStubMethodsSection()
Dimage.cc271 case kSectionJniStubMethods: return "JniStubMethods"; in GetImageSectionName()
/art/dex2oat/linker/
Dimage_writer.cc2713 sections[ImageHeader::kSectionJniStubMethods] = in CreateImageSections()
2721 size_t cur_pos = RoundUp(sections[ImageHeader::kSectionJniStubMethods].End(), sizeof(uint64_t)); in CreateImageSections()