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 | 51 ALWAYS_INLINE bool ConvertPrimitiveValueNoThrow(Primitive::Type src_class,
|
D | method_handles.cc | 223 if (UNLIKELY(!ConvertPrimitiveValueNoThrow(from_type, to_type, src_value, value))) { in ConvertJValueCommon() 266 if (UNLIKELY(!ConvertPrimitiveValueNoThrow(from_type, type, src_value, value))) { in ConvertJValueCommon() 295 if (UNLIKELY(!ConvertPrimitiveValueNoThrow(unboxed_type, to_type, unboxed_value, value))) { in ConvertJValueCommon()
|