Home
last modified time | relevance | path

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

/art/runtime/
Dimage.cc174 const ImageSection& runtime_methods = GetRuntimeMethodsSection(); in VisitPackedArtMethods() local
175 for (size_t pos = 0; pos < runtime_methods.Size(); ) { in VisitPackedArtMethods()
176 auto* method = reinterpret_cast<ArtMethod*>(base + runtime_methods.Offset() + pos); in VisitPackedArtMethods()
Dstack.cc682 const ImageSection& runtime_methods = header.GetRuntimeMethodsSection(); in SanityCheckFrame() local
684 if (methods.Contains(offset) || runtime_methods.Contains(offset)) { in SanityCheckFrame()
Dclass_linker.cc785 const ImageSection& runtime_methods = header.GetRuntimeMethodsSection(); in SanityCheckArtMethod() local
786 contains = contains || runtime_methods.Contains(offset); in SanityCheckArtMethod()