Home | History | Annotate | Download | only in runtime

Lines Matching defs:arg_values

63         klass(invoke_class), method(invoke_method), arg_count(args_count), arg_values(args),
78 std::unique_ptr<uint64_t[]> arg_values; // will be null if arg_count_ == 0. We take ownership
619 uint64_t arg_values[], JDWP::JdwpTag* arg_types,