Home | History | Annotate | Download | only in verifier

Lines Matching refs:METHOD_DIRECT

2155       mirror::ArtMethod* called_method = VerifyInvocationArgs(inst, METHOD_DIRECT,
2914 if (method_type == METHOD_DIRECT || method_type == METHOD_STATIC) {
2940 if (res_method->IsConstructor() && method_type != METHOD_DIRECT) {
2975 if ((method_type == METHOD_DIRECT && !res_method->IsDirect()) ||