Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.cc109 Handle<mirror::Object> h_result = hs.NewHandle( in InvokeProxyInvocationHandler() local
115 if (shorty[0] == 'V' || (shorty[0] == 'L' && h_result == nullptr)) { in InvokeProxyInvocationHandler()
132 if (!UnboxPrimitiveForResult(h_result.Get(), result_type, &result_unboxed)) { in InvokeProxyInvocationHandler()
/art/runtime/interpreter/
Dinterpreter_switch_impl-inl.h487 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()