Searched refs:ConvertPrimitiveValueNoThrow (Results 1 – 3 of 3) sorted by relevance
/art/runtime/ |
D | reflection-inl.h | 33 inline bool ConvertPrimitiveValueNoThrow(Primitive::Type srcType, in ConvertPrimitiveValueNoThrow() function 102 if (ConvertPrimitiveValueNoThrow(srcType, dstType, src, dst)) { in ConvertPrimitiveValue()
|
D | reflection.h | 50 ALWAYS_INLINE bool ConvertPrimitiveValueNoThrow(Primitive::Type src_class,
|
D | method_handles.cc | 222 if (UNLIKELY(!ConvertPrimitiveValueNoThrow(from_type, to_type, src_value, value))) { in ConvertJValueCommon() 265 if (UNLIKELY(!ConvertPrimitiveValueNoThrow(from_type, type, src_value, value))) { in ConvertJValueCommon() 294 if (UNLIKELY(!ConvertPrimitiveValueNoThrow(unboxed_type, to_type, unboxed_value, value))) { in ConvertJValueCommon()
|