Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.cc116 JValue result_unboxed; in InvokeProxyInvocationHandler() local
117 if (!UnboxPrimitiveForResult(result_ref, result_type, &result_unboxed)) { in InvokeProxyInvocationHandler()
121 return result_unboxed; in InvokeProxyInvocationHandler()