Searched refs:result_string (Results 1 – 1 of 1) sorted by relevance
4135 std::string result_string; in ExecuteMethodWithoutPendingException() local4136 JDWP::JdwpError error = Dbg::StringToUtf8(result_value, &result_string); in ExecuteMethodWithoutPendingException()4138 VLOG(jdwp) << " string '" << result_string << "'"; in ExecuteMethodWithoutPendingException()