Home
last modified time | relevance | path

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

/art/runtime/
Dreflection-inl.h97 inline bool ConvertPrimitiveValue(bool unbox_for_result, in ConvertPrimitiveValue() argument
106 if (!unbox_for_result) { in ConvertPrimitiveValue()
Dreflection.h57 ALWAYS_INLINE bool ConvertPrimitiveValue(bool unbox_for_result,
Dreflection.cc913 bool unbox_for_result = (f == nullptr); in UnboxPrimitive() local
916 if (!unbox_for_result) { in UnboxPrimitive()
939 if (!unbox_for_result) { in UnboxPrimitive()
989 return ConvertPrimitiveValue(unbox_for_result, in UnboxPrimitive()