Home
last modified time | relevance | path

Searched refs:GetMethodsSection (Results 1 – 7 of 7) sorted by relevance

/art/runtime/
Dimage.h154 const ImageSection& GetMethodsSection() const { in GetMethodsSection() function
Dstack.cc690 const auto* methods = &header.GetMethodsSection(); in SanityCheckFrame()
Dclass_linker.cc1031 auto& methods = header.GetMethodsSection(); in SanityCheckArtMethod()
1191 const auto& methods = header.GetMethodsSection(); in InitFromImage()
/art/oatdump/
Doatdump.cc1530 const auto& methods_section = image_header_.GetMethodsSection(); in Dump()
1559 const auto& method_section = image_header_.GetMethodsSection(); in Dump()
1768 const auto& method_section = state->image_header_.GetMethodsSection(); in Callback()
/art/patchoat/
Dpatchoat.cc430 const auto& section = image_header->GetMethodsSection(); in PatchArtMethods()
/art/compiler/
Dimage_writer.cc1079 const ImageSection& methods_section = image_header->GetMethodsSection(); in CopyAndFixupNativeData()
/art/compiler/driver/
Dcompiler_driver.cc1459 const auto& method_section = image_space->GetImageHeader().GetMethodsSection(); in GetCodeAndMethodForDirectCall()