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

/art/runtime/
H A Ddebugger.cc2625 uint32_t arg_count, uint64_t* arg_values,
2718 mirror::Object* argument = gRegistry->Get<mirror::Object*>(arg_values[i]);
2727 jvalue& v = reinterpret_cast<jvalue&>(arg_values[i]);
2728 v.l = gRegistry->GetJObject(arg_values[i]);
2737 req->arg_values_ = arg_values;
2623 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 2360 milliseconds