Home
last modified time | relevance | path

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

/art/runtime/
Dimage.cc166 const ImageSection& methods = GetMethodsSection(); in VisitPackedArtMethods()
Dimage.h211 const ImageSection& GetMethodsSection() const { in GetMethodsSection() function
Dstack.cc681 const ImageSection& methods = header.GetMethodsSection(); in SanityCheckFrame()
Dclass_linker.cc782 const ImageSection& methods = header.GetMethodsSection(); in SanityCheckArtMethod()
/art/oatdump/
Doatdump.cc1462 const auto& method_section = image_header_.GetMethodsSection(); in Dump()
1723 const auto& method_section = state->image_header_.GetMethodsSection(); in Callback()
/art/compiler/
Doat_writer.cc1234 image_space->GetImageHeader().GetMethodsSection().Contains(method_offset); in PatchMethodAddress()
/art/compiler/driver/
Dcompiler_driver.cc1738 const auto& method_section = image_space->GetImageHeader().GetMethodsSection(); in GetCodeAndMethodForDirectCall()