Home
last modified time | relevance | path

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

/art/runtime/
Dreflection-inl.h33 inline bool ConvertPrimitiveValueNoThrow(Primitive::Type srcType, in ConvertPrimitiveValueNoThrow() function
102 if (ConvertPrimitiveValueNoThrow(srcType, dstType, src, dst)) { in ConvertPrimitiveValue()
Dreflection.h51 ALWAYS_INLINE bool ConvertPrimitiveValueNoThrow(Primitive::Type src_class,
Dmethod_handles.cc223 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()