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

  /art/runtime/
reflection-inl.h 31 inline bool ConvertPrimitiveValue(bool unbox_for_result,
reflection.h 43 ALWAYS_INLINE bool ConvertPrimitiveValue(bool unbox_for_result,
reflection.cc 817 return ConvertPrimitiveValue(unbox_for_result,
    [all...]
  /art/runtime/native/
java_lang_reflect_Field.cc 192 if (!ConvertPrimitiveValue(false, field_type, kPrimitiveType, field_value,
355 if (!ConvertPrimitiveValue(false, kPrimitiveType, field_type, new_value, &wide_value)) {

Completed in 148 milliseconds