Searched defs:arg_values (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Ddebugger.h58 arg_count(0), arg_values(NULL), options(0), error(JDWP::ERR_NONE),
76 uint64_t* arg_values; /* will be NULL if arg_count_ == 0 */ member in struct:art::DebugInvokeReq
558 uint32_t arg_count, uint64_t* arg_values,
H A Ddebugger.cc3475 uint32_t arg_count, uint64_t* arg_values,
3574 mirror::Object* argument = gRegistry->Get<mirror::Object*>(arg_values[i]);
3583 jvalue& v = reinterpret_cast<jvalue&>(arg_values[i]);
3584 v.l = gRegistry->GetJObject(arg_values[i]);
3596 req->arg_values = arg_values;
3704 reinterpret_cast<jvalue*>(pReq->arg_values));
3473 InvokeMethod(JDWP::ObjectId thread_id, JDWP::ObjectId object_id, JDWP::RefTypeId class_id, JDWP::MethodId method_id, uint32_t arg_count, uint64_t* arg_values, JDWP::JdwpTag* arg_types, uint32_t options, JDWP::JdwpTag* pResultTag, uint64_t* pResultValue, JDWP::ObjectId* pExceptionId) argument

Completed in 14 milliseconds