Lines Matching refs:DecodeWord32
1527 TNode<Uint32T> length = DecodeWord32<BigIntBase::LengthBits>(bitfield);
1884 DecodeWord32<Map::Bits3::NumberOfOwnDescriptorsBits>(bit_field3));
1907 return Signed(DecodeWord32<Map::Bits2::ElementsKindBits>(bit_field2));
2062 return DecodeWord32<Name::HashBits>(hash_field);
2072 return DecodeWord32<Name::HashBits>(raw_hash_field);
2897 DecodeWord32<SharedFunctionInfo::FunctionKindBits>(
2976 this, Word32Equal(DecodeWord32<CodeT::KindField>(code_flags),
3225 DecodeWord32<Map::Bits2::ElementsKindBits>(LoadMapBitField2(map));
7922 TNode<Uint32T> CodeStubAssembler::DecodeWord32(TNode<Word32T> word32,
8689 TNode<Uint32T> kind = DecodeWord32<PropertyDetails::KindField>(details);
8933 return DecodeWord32<PropertyDetails::DescriptorPointer>(details);
9049 DecodeWord32<Map::Bits3::NumberOfOwnDescriptorsBits>(bit_field3);
9362 DecodeWord32<Map::Bits3::NumberOfOwnDescriptorsBits>(bitfield3);
9572 DecodeWord32<PropertyDetails::LocationField>(details);
9583 DecodeWord32<PropertyDetails::RepresentationField>(details);
9712 TNode<Uint32T> kind = DecodeWord32<PropertyDetails::KindField>(details);
11088 TNode<Uint32T> length = DecodeWord32<BigIntBase::LengthBits>(bitfield);
11089 TNode<Uint32T> sign = DecodeWord32<BigIntBase::SignBits>(bitfield);
11664 Signed(DecodeWord32<AllocationSite::ElementsKindBits>(
15163 DecodeWord32<PropertyDetails::ConstnessField>(combined_details);