Lines Matching refs:Uint32T
758 TNode<Smi> CodeStubAssembler::SmiFromUint32(TNode<Uint32T> value) {
1527 TNode<Uint32T> length = DecodeWord32<BigIntBase::LengthBits>(bitfield);
1579 TNode<Uint32T> index) {
1581 TNode<Uint32T> shifted_index =
1586 TNode<Uint32T> CodeStubAssembler::ChangeExternalPointerToIndex(
1589 TNode<Uint32T> shifted_index = ReinterpretCast<Uint32T>(external_pointer);
1605 TNode<Uint32T> index = UncheckedCast<Uint32T>(CallCFunction(
1632 TNode<Uint32T> index = ChangeExternalPointerToIndex(encoded);
1661 TNode<Uint32T> index = ChangeExternalPointerToIndex(encoded);
1882 TNode<Uint32T> bit_field3 = LoadMapBitField3(map);
1897 TNode<Uint32T> CodeStubAssembler::LoadMapBitField3(TNode<Map> map) {
1898 return LoadObjectField<Uint32T>(map, Map::kBitField3Offset);
1966 TNode<Uint32T> bit_field3 = LoadMapBitField3(map);
1978 TNode<Uint32T> CodeStubAssembler::EnsureOnlyHasSimpleProperties(
1984 TNode<Uint32T> bit_field3 = LoadMapBitField3(map);
2059 TNode<Uint32T> CodeStubAssembler::LoadNameHashAssumeComputed(TNode<Name> name) {
2060 TNode<Uint32T> hash_field = LoadNameRawHashField(name);
2065 TNode<Uint32T> CodeStubAssembler::LoadNameHash(TNode<Name> name,
2067 TNode<Uint32T> raw_hash_field = LoadNameRawHashField(name);
2083 TNode<Uint32T> CodeStubAssembler::LoadStringLengthAsWord32(
2085 return LoadObjectField<Uint32T>(string, String::kLengthOffset);
2562 return ChangeUint32ToTagged(Load<Uint32T>(data_pointer, offset));
2770 TNode<Uint32T> element_upper = Load<Uint32T>(
2896 const TNode<Uint32T> function_kind =
2898 LoadObjectField<Uint32T>(shared_function_info,
3224 TNode<Uint32T> kind =
3447 LoadObjectField<Uint32T>(bigint, BigInt::kBitfieldOffset));
3582 TNode<Uint32T> length,
3599 TNode<Uint32T> length, TNode<String> parent, TNode<Smi> offset) {
3605 TNode<Uint32T> length, TNode<String> parent, TNode<Smi> offset) {
3907 TNode<Uint32T> bit_field3 = LoadMapBitField3(map);
5775 TNode<Number> CodeStubAssembler::ChangeUint32ToTagged(TNode<Uint32T> value) {
5876 TNode<Uint32T> CodeStubAssembler::ChangeNumberToUint32(TNode<Number> value) {
5877 TVARIABLE(Uint32T, var_result);
6787 TNode<Uint32T> flags = LoadObjectField<Uint32T>(symbol, Symbol::kFlagsOffset);
6991 TNode<Uint32T> int_value = TruncateFloat64ToWord32(value);
7270 TNode<Uint32T> raw_hash_field = LoadNameRawHashField(input);
7922 TNode<Uint32T> CodeStubAssembler::DecodeWord32(TNode<Word32T> word32,
7947 TNode<Uint32T> value,
8076 TNode<Uint32T> raw_hash_field = LoadNameRawHashField(CAST(key));
8239 TNode<Uint32T> CodeStubAssembler::LoadDetailsByKeyIndex(
8283 TNode<Uint32T> CodeStubAssembler::LoadDetailsByDescriptorEntry(
8291 TNode<Uint32T> CodeStubAssembler::LoadDetailsByDescriptorEntry(
8342 TNode<Uint32T> CodeStubAssembler::LoadDetailsByKeyIndex(
8354 V8_EXPORT_PRIVATE TNode<Uint32T> CodeStubAssembler::LoadDetailsByKeyIndex(
8432 template TNode<Uint32T> CodeStubAssembler::LoadDetailsByKeyIndex(
8688 TNode<Uint32T> details = LoadDetailsByKeyIndex(dictionary, index);
8689 TNode<Uint32T> kind = DecodeWord32<PropertyDetails::KindField>(details);
8860 TNode<Uint32T> number_of_valid_entries,
8890 TNode<Uint32T> CodeStubAssembler::NumberOfEntries<DescriptorArray>(
8896 TNode<Uint32T> CodeStubAssembler::NumberOfEntries<TransitionArray>(
8899 return Select<Uint32T>(
8911 TNode<Uint32T> entry_index) {
8918 TNode<IntPtrT> CodeStubAssembler::ToKeyIndex(TNode<Uint32T> entry_index) {
8924 TNode<Uint32T>);
8926 TNode<Uint32T>);
8929 TNode<Uint32T> CodeStubAssembler::GetSortedKeyIndex<DescriptorArray>(
8930 TNode<DescriptorArray> descriptors, TNode<Uint32T> descriptor_number) {
8931 TNode<Uint32T> details =
8937 TNode<Uint32T> CodeStubAssembler::GetSortedKeyIndex<TransitionArray>(
8938 TNode<TransitionArray> transitions, TNode<Uint32T> transition_number) {
8944 TNode<Uint32T> entry_index) {
8956 TNode<DescriptorArray>, TNode<Uint32T>);
8958 TNode<TransitionArray>, TNode<Uint32T>);
8960 TNode<Uint32T> CodeStubAssembler::DescriptorArrayGetDetails(
8961 TNode<DescriptorArray> descriptors, TNode<Uint32T> descriptor_number) {
8971 TNode<Uint32T> number_of_valid_entries,
8976 TVARIABLE(Uint32T, var_low, Unsigned(Int32Constant(0)));
8977 TNode<Uint32T> limit =
8979 TVARIABLE(Uint32T, var_high, limit);
8980 TNode<Uint32T> hash = LoadNameHashAssumeComputed(unique_name);
8991 TNode<Uint32T> mid = Unsigned(
8995 TNode<Uint32T> sorted_key_index = GetSortedKeyIndex<Array>(array, mid);
8998 TNode<Uint32T> mid_hash = LoadNameHashAssumeComputed(mid_name);
9022 TNode<Uint32T> sort_index =
9025 TNode<Uint32T> current_hash = LoadNameHashAssumeComputed(current_name);
9045 TNode<Uint32T> bit_field3 = EnsureOnlyHasSimpleProperties(map, type, bailout);
9048 TNode<Uint32T> nof_descriptors =
9118 TVARIABLE(Uint32T, var_details);
9168 TNode<Uint32T> details = LoadDetailsByKeyIndex(dictionary, entry);
9356 TNode<Uint32T> bitfield3,
9361 TNode<Uint32T> nof =
9373 TNode<Uint32T> number_of_valid_transitions =
9381 TNode<Uint32T> number_of_valid_entries,
9415 TNode<Uint32T> bit_field3 = LoadMapBitField3(map);
9489 TVARIABLE(Uint32T, var_details);
9557 TVariable<Uint32T>* var_details, TVariable<Object>* var_value) {
9558 TNode<Uint32T> details = LoadDetailsByKeyIndex(descriptors, name_index);
9568 TNode<Uint32T> details, TVariable<Object>* var_value) {
9571 TNode<Uint32T> location =
9582 TNode<Uint32T> representation =
9664 TVariable<Uint32T>* var_details, TVariable<Object>* var_value) {
9674 TVariable<Uint32T>* var_details, TVariable<Object>* var_value,
9686 TNode<Uint32T> details = Unsigned(LoadAndUntagToWord32ObjectField(
9695 TVariable<Uint32T>* var_details, TVariable<Object>* var_value);
9699 TVariable<Uint32T>* var_details, TVariable<Object>* var_value);
9706 TNode<Object> value, TNode<HeapObject> holder, TNode<Uint32T> details,
9712 TNode<Uint32T> kind = DecodeWord32<PropertyDetails::KindField>(details);
9861 TVariable<Uint32T>* var_details, TVariable<Object>* var_raw_value,
9871 TVARIABLE(Uint32T, local_var_details);
11088 TNode<Uint32T> length = DecodeWord32<BigIntBase::LengthBits>(bitfield);
11089 TNode<Uint32T> sign = DecodeWord32<BigIntBase::SignBits>(bitfield);
11129 ChangeUint32ToTagged(UncheckedCast<Uint32T>(converted_value));
11934 TNode<Context> context, TNode<Uint32T> depth, Label* target) {
11936 TVARIABLE(Uint32T, cur_depth, depth);
13424 const TNode<Uint32T> lhs_hi_word = Float64ExtractHighWord32(lhs_value);
13425 const TNode<Uint32T> rhs_hi_word = Float64ExtractHighWord32(rhs_value);
14577 TNode<Uint32T> CodeStubAssembler::PromiseHookFlags() {
14578 return Load<Uint32T>(ExternalConstant(
14582 TNode<BoolT> CodeStubAssembler::IsAnyPromiseHookEnabled(TNode<Uint32T> flags) {
14589 TNode<Uint32T> flags) {
14595 TNode<Uint32T> flags) {
14601 IsIsolatePromiseHookEnabledOrHasAsyncEventDelegate(TNode<Uint32T> flags) {
14609 TNode<Uint32T> flags) {
14616 TNode<BoolT> CodeStubAssembler::NeedsAnyPromiseHooks(TNode<Uint32T> flags) {
15137 TNode<Uint32T> combined_details;
15152 TNode<Uint32T> details =
15162 TNode<Uint32T> constness =
15207 TNode<Uint32T> details =
15209 TVARIABLE(Uint32T, var_details, details);
15242 TNode<Uint32T> Load(TNode<ByteArray> meta_table, TNode<IntPtrT> index) {
15245 return csa.UncheckedCast<Uint32T>(
15249 TNode<Uint32T> Load(TNode<ByteArray> meta_table, int index) {
15254 TNode<Uint32T> data) {
15269 void Store(TNode<ByteArray> meta_table, int index, TNode<Uint32T> data) {
15356 TVARIABLE(Uint32T, nof, Uint32Constant(0));
15371 TVARIABLE(Uint32T, nod, Uint32Constant(0));
15397 TNode<Uint32T>
15400 TNode<Uint32T> max_usable_capacity, Label* bailout) {
15401 TVARIABLE(Uint32T, used_var, Uint32Constant(0));
15404 TNode<Uint32T> nof = mta.Load(
15406 TNode<Uint32T> nod =
15409 TNode<Uint32T> used = Uint32Add(nof, nod);
15411 TNode<Uint32T> inc_nof = Uint32Add(nof, Uint32Constant(1));
15421 TNode<Uint32T> CodeStubAssembler::SwissNameDictionaryUpdateCountsForDeletion(
15423 TVARIABLE(Uint32T, new_nof_var, Uint32Constant(0));
15426 TNode<Uint32T> nof = mta.Load(
15428 TNode<Uint32T> nod =
15432 TNode<Uint32T> new_nof = Uint32Sub(nof, Uint32Constant(1));
15433 TNode<Uint32T> new_nod = Uint32Add(nod, Uint32Constant(1));