Home
last modified time | relevance | path

Searched refs:runtime_methods (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/runtime/oat/
H A Dimage-inl.h78 const ImageSection& runtime_methods = GetRuntimeMethodsSection(); in VisitPackedArtMethods() local
79 for (size_t pos = 0u; pos < runtime_methods.Size(); ) { in VisitPackedArtMethods()
80 auto* method = reinterpret_cast<ArtMethod*>(base + runtime_methods.Offset() + pos); in VisitPackedArtMethods()
/aosp_15_r20/art/runtime/
H A Dstack.cc731 const ImageSection& runtime_methods = header.GetRuntimeMethodsSection(); in ValidateFrame() local
733 if (methods.Contains(offset) || runtime_methods.Contains(offset)) { in ValidateFrame()