Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dimage.h257 kSectionArtMethods, enumerator
298 return GetImageSection(kSectionArtMethods); in GetMethodsSection()
H A Dimage.cc207 case kSectionArtMethods: return "ArtMethods"; in GetImageSectionName()
/aosp12/art/compiler/optimizing/
H A Dcode_generator.cc933 return GetBootImageOffsetImpl(method, ImageHeader::kSectionArtMethods); in GetBootImageOffset()
/aosp12/art/dex2oat/
H A Ddex2oat_test.cc1915 EXPECT_EQ(header.GetImageSection(ImageHeader::kSectionArtMethods).Size(), 0u); in TEST_F()
/aosp12/art/dex2oat/linker/
H A Dimage_writer.cc2474 sections[ImageHeader::kSectionArtMethods] = in CreateImageSections()