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.h56 ALWAYS_INLINE bool ConvertPrimitiveValue(bool unbox_for_result,
Dreflection.cc891 bool unbox_for_result = (f == nullptr); in UnboxPrimitive() local
894 if (!unbox_for_result) { in UnboxPrimitive()
917 if (!unbox_for_result) { in UnboxPrimitive()
967 return ConvertPrimitiveValue(unbox_for_result, in UnboxPrimitive()