Home
last modified time | relevance | path

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

/art/runtime/
Dimage.h257 kSectionArtMethods, enumerator
297 return GetImageSection(kSectionArtMethods); in GetMethodsSection()
/art/compiler/optimizing/
Dcode_generator.cc927 return GetBootImageOffsetImpl(method, ImageHeader::kSectionArtMethods); in GetBootImageOffset()
/art/dex2oat/
Ddex2oat_test.cc2183 EXPECT_EQ(header.GetImageSection(ImageHeader::kSectionArtMethods).Size(), 0u); in TEST_F()
/art/dex2oat/linker/
Dimage_writer.cc2536 sections[ImageHeader::kSectionArtMethods] = in CreateImageSections()