Home
last modified time | relevance | path

Searched refs:arg_values (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddebugger.h60 arg_count(0), arg_values(NULL), options(0), error(JDWP::ERR_NONE), in DebugInvokeReq()
78 uint64_t* arg_values; /* will be NULL if arg_count_ == 0 */ member
565 uint32_t arg_count, uint64_t* arg_values,
Ddebugger.cc3583 uint32_t arg_count, uint64_t* arg_values, in InvokeMethod() argument
3682 mirror::Object* argument = gRegistry->Get<mirror::Object*>(arg_values[i]); in InvokeMethod()
3691 jvalue& v = reinterpret_cast<jvalue&>(arg_values[i]); in InvokeMethod()
3692 v.l = gRegistry->GetJObject(arg_values[i]); in InvokeMethod()
3704 req->arg_values = arg_values; in InvokeMethod()
3812 reinterpret_cast<jvalue*>(pReq->arg_values)); in ExecuteMethod()