Searched refs:from_class (Results 1 – 1 of 1) sorted by relevance
110 ObjPtr<mirror::Class> from_class, in ConvertArgumentValue() argument113 if (from_class == to_class) { in ConvertArgumentValue()121 if (ConvertJValueCommon(callsite_type, callee_type, from_class, to_class, value)) { in ConvertArgumentValue()145 ObjPtr<mirror::Class> from_class(callee_type->GetRType()); in ConvertReturnValue()147 if (to_class->GetPrimitiveType() == Primitive::kPrimVoid || from_class == to_class) { in ConvertReturnValue()155 if (ConvertJValueCommon(callsite_type, callee_type, from_class, to_class, value)) { in ConvertReturnValue()