Lines Matching refs:Int32Equal
169 BRANCH(Int32Equal(length, Int32(0)), &isZero, ¬Zero);
329 BRANCH(Int32Equal(GetObjectType(LoadHClass(*value)), Int32(static_cast<int32_t>(JSType::ACCESSOR_DATA))),
663 BRANCH(Int32Equal(len, Int32(0)), &isEmpty, ¬Empty);
703 BRANCH(Int32Equal(len, Int32(0)), &isEmpty, ¬Empty);
822 BRANCH(Int32Equal(newLen, Int32(0)), &emptyArray, ¬EmptyArray);
1006 BRANCH(Int32Equal(kind, Int32(static_cast<int32_t>(FunctionKind::BASE_CONSTRUCTOR))), &isNormal, ¬Normal);
1561 Int32Equal(Int32Mod(Int32Sub(end, start), Int32(JSTaggedValue::TaggedTypeSize())), Int32(0)));
1704 BRANCH(Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_OBJECT))), &isJSObject, &callRuntime);
1749 BRANCH(Int32Equal(objectType, Int32(static_cast<int32_t>(JSType::JS_OBJECT))),
1860 BRANCH(Int32Equal(indexInfosLength, Int32(0)), &originLoad, &aotLoad);