HomeSort by relevance Sort by last modified time
    Searched refs:ConvertPrimitiveValue (Results 1 - 4 of 4) sorted by null

  /art/runtime/
reflection-inl.h 30 inline bool ConvertPrimitiveValue(const ThrowLocation* throw_location, bool unbox_for_result,
reflection.h 45 ALWAYS_INLINE bool ConvertPrimitiveValue(const ThrowLocation* throw_location, bool unbox_for_result,
reflection.cc 775 return ConvertPrimitiveValue(throw_location, unbox_for_result,
  /art/runtime/native/
java_lang_reflect_Field.cc 182 if (!ConvertPrimitiveValue(nullptr, false, field_type, kPrimitiveType, field_value,
329 if (!ConvertPrimitiveValue(nullptr, false, kPrimitiveType, field_type, new_value, &wide_value)) {

Completed in 310 milliseconds