Lines Matching refs:Uint32Constant
1490 __ Uint32Constant(FIRST_JS_RECEIVER_TYPE), value_instance_type); in LowerCheckReceiver()
1517 __ Uint32Constant(FIRST_NONSTRING_TYPE)); in LowerCheckString()
2110 __ Word32Equal(value_instance_type, __ Uint32Constant(BIGINT_TYPE)); in LowerObjectIsBigInt()
2384 __ Uint32Constant(FIRST_JS_RECEIVER_TYPE), value_instance_type); in LowerObjectIsNonCallable()
2432 __ Uint32Constant(FIRST_JS_RECEIVER_TYPE), value_instance_type); in LowerObjectIsReceiver()
2459 __ Uint32Constant(FIRST_NONSTRING_TYPE)); in LowerObjectIsString()
2481 __ Word32Equal(value_instance_type, __ Uint32Constant(SYMBOL_TYPE)); in LowerObjectIsSymbol()
3002 Node* code = __ Word32And(value, __ Uint32Constant(0xFFFF)); in LowerStringFromSingleCharCode()
3010 code, __ Uint32Constant(String::kMaxOneByteCharCode)); in LowerStringFromSingleCharCode()
3126 Node* check0 = __ Uint32LessThanOrEqual(code, __ Uint32Constant(0xFFFF)); in LowerStringFromSingleCodePoint()
3132 code, __ Uint32Constant(String::kMaxOneByteCharCode)); in LowerStringFromSingleCodePoint()
4359 value_instance_type, __ Uint32Constant(FIRST_JS_RECEIVER_TYPE)); in LowerConvertReceiver()
4391 value_instance_type, __ Uint32Constant(FIRST_JS_RECEIVER_TYPE)); in LowerConvertReceiver()