Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.cc301 JValue result_unboxed; in InvokeProxyInvocationHandler() local
302 if (!UnboxPrimitiveForResult(throw_location, result_ref, result_type, &result_unboxed)) { in InvokeProxyInvocationHandler()
306 return result_unboxed; in InvokeProxyInvocationHandler()