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