Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dimage-inl.h78 const ImageSection& runtime_methods = GetRuntimeMethodsSection(); in VisitPackedArtMethods()
H A Dimage.h301 const ImageSection& GetRuntimeMethodsSection() const { in GetRuntimeMethodsSection() function
H A Dstack.cc722 const ImageSection& runtime_methods = header.GetRuntimeMethodsSection(); in ValidateFrame()
H A Dclass_linker.cc1789 runtime_method_sections_.push_back(&header.GetRuntimeMethodsSection()); in ImageChecker()