HomeSort by relevance Sort by last modified time
    Searched refs:runtime_methods (Results 1 - 2 of 2) sorted by null

  /art/runtime/
image.cc 184 const ImageSection& runtime_methods = GetRuntimeMethodsSection(); local
185 for (size_t pos = 0; pos < runtime_methods.Size(); ) {
186 auto* method = reinterpret_cast<ArtMethod*>(base + runtime_methods.Offset() + pos);
stack.cc 666 const ImageSection& runtime_methods = header.GetRuntimeMethodsSection(); local
668 if (methods.Contains(offset) || runtime_methods.Contains(offset)) {
    [all...]

Completed in 85 milliseconds