Home
last modified time | relevance | path

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

/art/runtime/
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()
Dstack.cc748 const ImageSection& runtime_methods = header.GetRuntimeMethodsSection(); in ValidateFrame() local
750 if (methods.Contains(offset) || runtime_methods.Contains(offset)) { in ValidateFrame()