Lines Matching refs:Int32Equal
35 return Int32Equal(GetObjectType(LoadHClass(obj)), Int32(static_cast<int32_t>(JSType::HCLASS)));
104 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_PROXY)));
110 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::TREE_STRING)));
116 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::SLICED_STRING)));
122 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::LINE_STRING)));
128 return Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::CONSTANT_STRING)));
150 return Int32Equal(type, Int32(static_cast<int32_t>(JSType::TAGGED_DICTIONARY)));
156 GateRef isJsArguments = Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_ARGUMENTS)));
164 GateRef isJsArray = Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_ARRAY)));
335 return Int32Equal(classCtor, mask);
364 return Int32Equal(classPt, mask);
397 return Int32Equal(kind, Int32(static_cast<int32_t>(FunctionKind::DERIVED_CONSTRUCTOR)));