Searched refs:arg_values (Results 1 – 2 of 2) sorted by relevance
58 arg_count(0), arg_values(NULL), options(0), error(JDWP::ERR_NONE), in DebugInvokeReq()76 uint64_t* arg_values; /* will be NULL if arg_count_ == 0 */ member558 uint32_t arg_count, uint64_t* arg_values,
3475 uint32_t arg_count, uint64_t* arg_values, in InvokeMethod() argument3574 mirror::Object* argument = gRegistry->Get<mirror::Object*>(arg_values[i]); in InvokeMethod()3583 jvalue& v = reinterpret_cast<jvalue&>(arg_values[i]); in InvokeMethod()3584 v.l = gRegistry->GetJObject(arg_values[i]); in InvokeMethod()3596 req->arg_values = arg_values; in InvokeMethod()3704 reinterpret_cast<jvalue*>(pReq->arg_values)); in ExecuteMethod()