Home | History | Annotate | Download | only in runtime

Lines Matching defs:resolved_method

3963   mirror::ArtMethod* resolved_method = dex_cache->GetResolvedMethod(method_idx);
3964 CHECK(resolved_method != nullptr);
3965 return resolved_method;