Searched refs:IsIntOrLongType (Results 1 - 8 of 8) sorted by last modified time

/art/runtime/
H A Dprimitive.h161 static bool IsIntOrLongType(Type type) { function in class:art::Primitive
/art/compiler/optimizing/
H A Dconstant_folding.cc226 if (Primitive::IsIntOrLongType(type) &&
H A Dinstruction_simplifier.cc292 DCHECK(Primitive::IsIntOrLongType(ushr->GetType()));
1182 (Primitive::IsFloatingPointType(type) || Primitive::IsIntOrLongType(type))) {
1207 if (Primitive::IsIntOrLongType(type)) {
H A Dinstruction_simplifier_shared.cc26 DCHECK(Primitive::IsIntOrLongType(mul->GetType()));
98 if (!Primitive::IsIntOrLongType(type)) {
H A Dintrinsics_arm64.cc372 DCHECK(Primitive::IsIntOrLongType(type)) << type;
H A Dnodes.h5126 if (Primitive::IsIntOrLongType(GetType())) {
5130 DCHECK(Primitive::IsIntOrLongType(other->GetType())) << other->GetType();
H A Dssa_builder.cc281 DCHECK(Primitive::IsIntOrLongType(type));
294 DCHECK(Primitive::IsIntOrLongType(type));
338 if (Primitive::IsIntOrLongType(array_type)) {
639 if (!Primitive::IsIntOrLongType(aget->GetType())) {
650 DCHECK(Primitive::IsIntOrLongType(GetPrimitiveArrayComponentType(aget->GetArray())));
H A Dssa_builder.h71 if (Primitive::IsIntOrLongType(type)) {
78 if (Primitive::IsIntOrLongType(type)) {

Completed in 292 milliseconds