Searched refs:h_result (Results 1 – 2 of 2) sorted by relevance
109 Handle<mirror::Object> h_result = hs.NewHandle( in InvokeProxyInvocationHandler() local115 if (shorty[0] == 'V' || (shorty[0] == 'L' && h_result == nullptr)) { in InvokeProxyInvocationHandler()132 if (!UnboxPrimitiveForResult(h_result.Get(), result_type, &result_unboxed)) { in InvokeProxyInvocationHandler()
487 MutableHandle<mirror::Object> h_result(hs.NewHandle(obj_result)); in RETURN_OBJECT()492 h_result)) { in RETURN_OBJECT()499 result.SetL(h_result.Get()); in RETURN_OBJECT()