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

/art/runtime/
H A Dimage.cc176 const ImageSection& runtime_methods = GetRuntimeMethodsSection(); local
177 for (size_t pos = 0; pos < runtime_methods.Size(); ) {
178 auto* method = reinterpret_cast<ArtMethod*>(base + runtime_methods.Offset() + pos);
H A Dstack.cc709 const ImageSection& runtime_methods = header.GetRuntimeMethodsSection(); local
711 if (methods.Contains(offset) || runtime_methods.Contains(offset)) {

Completed in 130 milliseconds