Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.cc90 bool GetUnboxedTypeAndValue(ObjPtr<mirror::Object> o, Primitive::Type* type, JValue* value) in GetUnboxedTypeAndValue() function
286 if (UNLIKELY(!GetUnboxedTypeAndValue(from_obj, &unboxed_type, &unboxed_value))) { in ConvertJValueCommon()