Searched refs:result_unboxed (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 43 milliseconds