Searched refs:METHOD_VIRTUAL (Results 1 – 2 of 2) sorted by relevance
54 METHOD_VIRTUAL, // virtual, super enumerator
2404 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_VIRTUAL, is_range, is_super); in CodeFlowVerifyInstruction()3268 if (method_type == METHOD_INTERFACE || method_type == METHOD_VIRTUAL) { in ResolveMethodAndCheckAccess()3299 if (res_method->IsPrivate() && method_type == METHOD_VIRTUAL) { in ResolveMethodAndCheckAccess()3318 ((method_type == METHOD_VIRTUAL || method_type == METHOD_INTERFACE) && res_method->IsDirect()) in ResolveMethodAndCheckAccess()3501 DCHECK(method_type == METHOD_VIRTUAL); in VerifyInvocationArgs()