Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.h60 klass(invoke_class), method(invoke_method), arg_count(args_count), arg_values(args), in DebugInvokeReq()
75 std::unique_ptr<uint64_t[]> arg_values; // will be null if arg_count_ == 0. We take ownership member
616 uint64_t arg_values[], JDWP::JdwpTag* arg_types,
Ddebugger.cc3848 uint64_t arg_values[], JDWP::JdwpTag* arg_types, in PrepareInvokeMethod() argument
3956 mirror::Object* argument = gRegistry->Get<mirror::Object*>(arg_values[i], &error); in PrepareInvokeMethod()
3965 jvalue& v = reinterpret_cast<jvalue&>(arg_values[i]); in PrepareInvokeMethod()
3966 v.l = gRegistry->GetJObject(arg_values[i]); in PrepareInvokeMethod()
3973 options, arg_values, arg_count); in PrepareInvokeMethod()
4066 reinterpret_cast<jvalue*>(pReq->arg_values.get())); in ExecuteMethodWithoutPendingException()