Searched refs:boxed_from_class (Results 1 – 1 of 1) sorted by relevance
251 ObjPtr<mirror::Class> boxed_from_class = GetBoxedPrimitiveClass(from_type); in ConvertJValueCommon() local252 if (LIKELY(boxed_from_class->IsSubClass(to))) { in ConvertJValueCommon()