Searched refs:is_object_result (Results 1 – 1 of 1) sorted by relevance
4116 const bool is_object_result = (result_tag == JDWP::JT_OBJECT); in ExecuteMethodWithoutPendingException() local4118 Handle<mirror::Object> object_result = hs.NewHandle(is_object_result ? result.GetL() : nullptr); in ExecuteMethodWithoutPendingException()4134 } else if (is_object_result) { in ExecuteMethodWithoutPendingException()