Searched refs:METHOD_STATIC (Results 1 – 2 of 2) sorted by relevance
62 METHOD_STATIC, // static enumerator
2973 ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range); in CodeFlowVerifyInstruction()3100 VerifyInvocationArgsFromIterator(¶m_it, inst, METHOD_STATIC, is_range, nullptr); in CodeFlowVerifyInstruction()3803 method_type != METHOD_STATIC && in ResolveMethodAndCheckAccess()3853 (method_type == METHOD_STATIC && !res_method->IsStatic()) || in ResolveMethodAndCheckAccess()3898 if (method_type != METHOD_STATIC) { in VerifyInvocationArgsFromIterator()3959 uint32_t sig_registers = (method_type == METHOD_STATIC) ? 0 : 1; in VerifyInvocationArgsFromIterator()