HomeSort by relevance Sort by last modified time
    Searched refs:unbox_for_result (Results 1 - 3 of 3) sorted by null

  /art/runtime/
reflection-inl.h 30 inline bool ConvertPrimitiveValue(const ThrowLocation* throw_location, bool unbox_for_result,
90 if (!unbox_for_result) {
reflection.h 45 ALWAYS_INLINE bool ConvertPrimitiveValue(const ThrowLocation* throw_location, bool unbox_for_result,
reflection.cc 697 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 519 milliseconds