Home | History | Annotate | Download | only in runtime

Lines Matching refs:arg_values

3829                                          uint64_t arg_values[], JDWP::JdwpTag* arg_types,
3937 mirror::Object* argument = gRegistry->Get<mirror::Object*>(arg_values[i], &error);
3946 jvalue& v = reinterpret_cast<jvalue&>(arg_values[i]);
3947 v.l = gRegistry->GetJObject(arg_values[i]);
3954 options, arg_values, arg_count);
4047 reinterpret_cast<jvalue*>(pReq->arg_values.get()));