Home | History | Annotate | Download | only in native

Lines Matching defs:method

353   ArtMethod* method = dex_cache->GetResolvedMethod(method_idx, sizeof(void*));
354 if (method != nullptr) {
366 method = klass->FindDirectMethod(dex_cache.Get(), method_idx, sizeof(void*));
369 method = klass->FindInterfaceMethod(dex_cache.Get(), method_idx, sizeof(void*));
373 method = klass->FindVirtualMethod(dex_cache.Get(), method_idx, sizeof(void*));
379 if (method == nullptr) {
382 // LOG(INFO) << "VMRuntime.preloadDexCaches resolved method " << PrettyMethod(method);
383 dex_cache->SetResolvedMethod(method_idx, method, sizeof(void*));
455 ArtMethod* method = dex_cache->GetResolvedMethod(j, sizeof(void*));
456 if (method != nullptr) {