Home | History | Annotate | Download | only in verifier

Lines Matching refs:METHOD_DIRECT

2982       ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_DIRECT, is_range);
3877 if (res_method->IsConstructor() && method_type != METHOD_DIRECT) {
3900 method_type != METHOD_DIRECT) &&
3947 if ((method_type == METHOD_DIRECT && (!res_method->IsDirect() || res_method->IsStatic())) ||