Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.cc58 bool GetUnboxedPrimitiveType(ObjPtr<mirror::Class> klass, Primitive::Type* type) in GetUnboxedPrimitiveType() function
170 if (GetUnboxedPrimitiveType(from, &unboxed_type)) { in IsParameterTypeConvertible()
256 if (!GetUnboxedPrimitiveType(to, &type)) { in ConvertJValueCommon()
295 if (!GetUnboxedPrimitiveType(from_obj_type, &from_primitive_type)) { in ConvertJValueCommon()