Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dmethod_verifier.cc3761 ArtMethod* res_method = dex_cache_->GetResolvedMethod(dex_method_idx, pointer_size); in ResolveMethodAndCheckAccess() local
3871 T* it, const Instruction* inst, MethodType method_type, bool is_range, ArtMethod* res_method) { in VerifyInvocationArgsFromIterator()
4028 explicit MethodParamListDescriptorIterator(ArtMethod* res_method) : in MethodParamListDescriptorIterator()
4058 ArtMethod* res_method = ResolveMethodAndCheckAccess(method_idx, method_type); in VerifyInvocationArgs() local
4161 ArtMethod* res_method = dispatch_class->GetVTableEntry(vtable_index, pointer_size); in GetQuickInvokedMethod() local
4174 ArtMethod* res_method = GetQuickInvokedMethod(inst, work_line_.get(), is_range, false); in VerifyInvokeVirtualQuickArgs() local