Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/torque/
Dcsa-generator.cc955 DCHECK_IMPLIES(!struct_is_pointer_size, Is32BitIntegralType(struct_type)); in EmitInstruction()
957 DCHECK_IMPLIES(!field_is_pointer_size, Is32BitIntegralType(field_type)); in EmitInstruction()
997 DCHECK_IMPLIES(!struct_is_pointer_size, Is32BitIntegralType(struct_type)); in EmitInstruction()
999 DCHECK_IMPLIES(!field_is_pointer_size, Is32BitIntegralType(field_type)); in EmitInstruction()
Dtypes.cc1290 return IsPointerSizeIntegralType(type) || Is32BitIntegralType(type); in IsAllowedAsBitField()
1298 bool Is32BitIntegralType(const Type* type) { in Is32BitIntegralType() function
Dtypes.h938 bool Is32BitIntegralType(const Type* type);