Lines Matching refs:Int32
66 Int32LessThanOrEqual(objectType, Int32(static_cast<int32_t>(JSType::STRING_LAST))),
67 Int32GreaterThanOrEqual(objectType, Int32(static_cast<int32_t>(JSType::STRING_FIRST))));
74 Int32And(Int32LSR(bitfield, Int32(JSHClass::IsJSSharedBit::START_BIT)),
75 Int32((1LU << JSHClass::IsJSSharedBit::SIZE) - 1)),
76 Int32(0));
83 Int32LessThanOrEqual(objectType, Int32(static_cast<int32_t>(JSType::ECMA_OBJECT_LAST))),
84 Int32GreaterThanOrEqual(objectType, Int32(static_cast<int32_t>(JSType::ECMA_OBJECT_FIRST))));
90 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::BYTE_ARRAY)));
96 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_MAP)));
102 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_DATA_VIEW)));
108 GateRef isSlicedString = Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::SLICED_STRING)));
118 result = Int32Equal(hasBackingStore, Int32(EcmaString::HAS_BACKING_STORE));
138 Int32(static_cast<int32_t>(JSType::BIGINT)));
177 Int32(static_cast<int32_t>(JSType::JS_STRING_ITERATOR)));
216 result = Equal(objType, Int32(static_cast<int32_t>(JSType::SYMBOL)));
242 result = Equal(objType, Int32(static_cast<int32_t>(JSType::SYMBOL)));
263 result = Equal(objType, Int32(static_cast<int32_t>(JSType::PROTO_CHANGE_MARKER)));
275 return Equal(objType, Int32(static_cast<int32_t>(JSType::JS_MAP)));
281 return Equal(objType, Int32(static_cast<int32_t>(JSType::JS_SET)));
287 return Equal(objType, Int32(static_cast<int32_t>(JSType::JS_DATE)));
293 return BitAnd(Int32GreaterThan(jsType, Int32(static_cast<int32_t>(JSType::JS_TYPED_ARRAY_FIRST))),
294 Int32GreaterThanOrEqual(Int32(static_cast<int32_t>(JSType::JS_TYPED_ARRAY_LAST)), jsType));
300 return Equal(objType, Int32(static_cast<int32_t>(JSType::JS_ARRAY)));
306 return Equal(objType, Int32(static_cast<int32_t>(JSType::JS_BOUND_FUNCTION)));
317 Int32LSR(bitField, Int32(JSFunctionBase::IsCompiledCodeBit::START_BIT)),
318 Int32((1U << JSFunctionBase::IsCompiledCodeBit::SIZE) - 1)),
319 Int32(0));
325 Int32(JSFunctionBase::COMPILED_CODE_FASTCALL_BITS << JSFunctionBase::IsCompiledCodeBit::START_BIT)),
326 Int32(JSFunctionBase::COMPILED_CODE_FASTCALL_BITS << JSFunctionBase::IsCompiledCodeBit::START_BIT));
331 Int32(JSFunctionBase::COMPILED_CODE_FASTCALL_BITS << JSFunctionBase::IsCompiledCodeBit::START_BIT));
332 GateRef hasAot = Int32(1U << JSFunctionBase::IsCompiledCodeBit::START_BIT);
675 return Int32Equal(len, Int32(0));