Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h217 kSectionArtMethods, enumerator
249 return GetImageSection(kSectionArtMethods); in GetMethodsSection()
/art/dex2oat/
Ddex2oat_test.cc2136 EXPECT_EQ(header.GetImageSection(ImageHeader::kSectionArtMethods).Size(), 0u); in TEST_F()
/art/dex2oat/linker/
Dimage_writer.cc1884 ImageSection* methods_section = &out_sections[ImageHeader::kSectionArtMethods]; in CreateImageSections()