Home | History | Annotate | Download | only in interpreter

Lines Matching defs:arg_type

585             Class* arg_type = mh.GetClassFromTypeIdx(params->GetTypeItem(shorty_pos).type_idx_);
586 if (arg_type == NULL) {
590 if (!o->VerifierInstanceOf(arg_type)) {
598 arg_type->GetDescriptor(&temp2));