Home
last modified time | relevance | path

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

/art/runtime/
Dmethod_handles.cc252 ObjPtr<mirror::Class> boxed_from_class = GetBoxedPrimitiveClass(from_type); in ConvertJValueCommon() local
253 if (LIKELY(boxed_from_class->IsSubClass(to))) { in ConvertJValueCommon()