Lines Matching refs:IsSetWord32
1789 GotoIf(IsSetWord32(hash_field, Name::kHashNotComputedMask), in LoadNameHash()
2605 GotoIf(IsSetWord32<Map::HasNonInstancePrototypeBit>(LoadMapBitField(map)), in GotoIfPrototypeRequiresRuntimeLookup()
2842 GotoIf(IsSetWord32(details, PropertyDetails::kAttributesReadOnlyMask), in EnsureArrayLengthWritable()
3320 GotoIf(IsSetWord32(anded_instance_types, in NewConsString()
3722 GotoIf(IsSetWord32<Map::ConstructionCounterBits>(bit_field3), in InitializeJSObjectBodyWithSlackTracking()
5258 return IsSetWord32<Map::IsDictionaryMapBit>(bit_field3); in IsDictionaryMap()
5263 return IsSetWord32<Map::IsExtensibleBit>(LoadMapBitField2(map)); in IsExtensibleMap()
5268 return IsSetWord32<Map::IsCallableBit>(LoadMapBitField(map)); in IsCallableMap()
5273 return IsSetWord32<Map::IsDeprecatedBit>(LoadMapBitField3(map)); in IsDeprecatedMap()
5278 return IsSetWord32<Map::IsUndetectableBit>(LoadMapBitField(map)); in IsUndetectableMap()
5366 return IsSetWord32<Map::IsConstructorBit>(LoadMapBitField(map)); in IsConstructorMap()
5376 return IsSetWord32<Map::HasPrototypeSlotBit>(LoadMapBitField(map)); in IsFunctionWithPrototypeSlotMap()
5443 return IsSetWord32(instance_type, kShortExternalStringMask); in IsShortExternalStringInstanceType()
5711 return IsSetWord32(flags, 1 << Symbol::kPrivateBit); in IsPrivateSymbol()
6506 GotoIf(IsSetWord32(xored_instance_types, kStringEncodingMask), &runtime); in StringAdd()
6507 GotoIf(IsSetWord32(ored_instance_types, kStringRepresentationMask), &slow); in StringAdd()
6625 GotoIf(IsSetWord32(hash, Name::kDoesNotContainCachedArrayIndexMask), in StringToNumber()
7499 GotoIf(IsSetWord32(key_instance_type, kIsNotInternalizedMask), in TryToName()
7838 GotoIf(IsSetWord32(details, PropertyDetails::kAttributesReadOnlyMask), in BasicStoreNumberDictionaryElement()
8217 Branch(IsSetWord32<Map::IsDictionaryMapBit>(bit_field3), &if_isslowmap, in TryLookupPropertyInSimpleObject()
8260 GotoIf(IsSetWord32(bit_field, mask), if_bailout); in TryLookupProperty()
8925 Branch(IsSetWord32(object_bitfield, mask), &return_runtime, in HasInPrototypeChain()
12029 return IsSetWord32<JSArrayBuffer::WasNeutered>(buffer_bit_field); in IsDetachedBuffer()
12232 return IsSetWord32(elements_kind, 1); in IsHoleyFastElementsKind()