Searched defs:res_method (Results 1 - 1 of 1) sorted by relevance

/art/runtime/verifier/
H A Dmethod_verifier.cc3016 mirror::ArtMethod* res_method = (*dex_cache_)->GetResolvedMethod(dex_method_idx); local
3017 if (res_method == nullptr) {
3022 res_method = klass->FindDirectMethod(name, signature);
3024 res_method = klass->FindInterfaceMethod(name, signature);
3026 res_method = klass->FindVirtualMethod(name, signature);
3028 if (res_method != nullptr) {
3029 (*dex_cache_)->SetResolvedMethod(dex_method_idx, res_method);
3035 res_method = klass->FindDirectMethod(name, signature);
3037 if (res_method == nullptr) {
3047 if (res_method
3094 VerifyInvocationArgsFromIterator(T* it, const Instruction* inst, MethodType method_type, bool is_range, mirror::ArtMethod* res_method) argument
3228 MethodParamListDescriptorIterator(mirror::ArtMethod* res_method) argument
3260 mirror::ArtMethod* res_method = ResolveMethodAndCheckAccess(method_idx, method_type); local
3320 mirror::ArtMethod* res_method = dispatch_class->GetVTableEntry(vtable_index); local
3328 mirror::ArtMethod* res_method = GetQuickInvokedMethod(inst, work_line_.get(), local
[all...]

Completed in 10 milliseconds