Searched refs:METHOD_STATIC (Results 1 – 2 of 2) sorted by relevance
61 METHOD_STATIC, // static enumerator
2951 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range); in CodeFlowVerifyInstruction()3767 if (method_type == METHOD_DIRECT || method_type == METHOD_STATIC) { in ResolveMethodAndCheckAccess()3819 method_type != METHOD_STATIC && in ResolveMethodAndCheckAccess()3857 (method_type == METHOD_STATIC && !res_method->IsStatic()) || in ResolveMethodAndCheckAccess()3895 if (method_type != METHOD_STATIC) { in VerifyInvocationArgsFromIterator()