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

  /art/runtime/
image.cc 174 const ImageSection& runtime_methods = GetRuntimeMethodsSection(); local
175 for (size_t pos = 0; pos < runtime_methods.Size(); ) {
176 auto* method = reinterpret_cast<ArtMethod*>(base + runtime_methods.Offset() + pos);
stack.cc 682 const ImageSection& runtime_methods = header.GetRuntimeMethodsSection(); local
684 if (methods.Contains(offset) || runtime_methods.Contains(offset)) {
    [all...]
class_linker.cc 785 const ImageSection& runtime_methods = header.GetRuntimeMethodsSection(); local
    [all...]

Completed in 154 milliseconds