Lines Matching refs:Type

53 bool GetUnboxedPrimitiveType(ObjPtr<mirror::Class> klass, Primitive::Type* type)  in GetUnboxedPrimitiveType()
76 ObjPtr<mirror::Class> GetBoxedPrimitiveClass(Primitive::Type type) in GetBoxedPrimitiveClass()
87 case Primitive::Type::kPrimNot: in GetBoxedPrimitiveClass()
88 case Primitive::Type::kPrimVoid: in GetBoxedPrimitiveClass()
94 bool GetUnboxedTypeAndValue(ObjPtr<mirror::Object> o, Primitive::Type* type, JValue* value) in GetUnboxedTypeAndValue()
110 inline bool IsReferenceType(Primitive::Type type) { in IsReferenceType()
114 inline bool IsPrimitiveType(Primitive::Type type) { in IsPrimitiveType()
130 Primitive::Type from_primitive = from->GetPrimitiveType(); in IsParameterTypeConvertible()
131 Primitive::Type to_primitive = to->GetPrimitiveType(); in IsParameterTypeConvertible()
132 DCHECK(from_primitive != Primitive::Type::kPrimVoid); in IsParameterTypeConvertible()
133 DCHECK(to_primitive != Primitive::Type::kPrimVoid); in IsParameterTypeConvertible()
164 Primitive::Type unboxed_type; in IsParameterTypeConvertible()
182 if (to->GetPrimitiveType() == Primitive::Type::kPrimVoid) { in IsReturnTypeConvertible()
185 } else if (from->GetPrimitiveType() == Primitive::Type::kPrimVoid) { in IsReturnTypeConvertible()
205 const Primitive::Type from_type = from->GetPrimitiveType(); in ConvertJValueCommon()
206 const Primitive::Type to_type = to->GetPrimitiveType(); in ConvertJValueCommon()
250 Primitive::Type type; in ConvertJValueCommon()
288 Primitive::Type unboxed_type; in ConvertJValueCommon()
784 Primitive::Type field_type, in MethodHandleFieldGet()
826 Primitive::Type field_type, in MethodHandleFieldPut()
864 Primitive::Type field_type, in GetValueFromShadowFrame()
910 Primitive::Type field_type = field->GetTypeAsPrimitiveType(); in MethodHandleFieldAccess()