Searched defs:unbox_for_result (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dreflection-inl.h30 inline bool ConvertPrimitiveValue(const ThrowLocation* throw_location, bool unbox_for_result, argument
90 if (!unbox_for_result) {
H A Dreflection.cc697 bool unbox_for_result = (f == nullptr); local
700 if (!unbox_for_result) {
724 if (!unbox_for_result) {
775 return ConvertPrimitiveValue(throw_location, unbox_for_result,

Completed in 83 milliseconds