Home | History | Annotate | Download | only in verifier

Lines Matching refs:METHOD_STATIC

3064         ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_STATIC, is_range);
3195 VerifyInvocationArgsFromIterator(&param_it, inst, METHOD_STATIC, is_range, nullptr);
3898 method_type != METHOD_STATIC &&
3948 (method_type == METHOD_STATIC && !res_method->IsStatic()) ||
3993 if (method_type != METHOD_STATIC) {
4056 uint32_t sig_registers = (method_type == METHOD_STATIC) ? 0 : 1;