Home
last modified time | relevance | path

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

/art/runtime/entrypoints/
Dentrypoint_utils.cc131 JValue result_unboxed; in InvokeProxyInvocationHandler() local
132 if (!UnboxPrimitiveForResult(h_result.Get(), result_type, &result_unboxed)) { in InvokeProxyInvocationHandler()
136 return result_unboxed; in InvokeProxyInvocationHandler()