Lines Matching refs:Uint16T
1743 TNode<Uint16T> CodeStubAssembler::LoadInstanceType(TNode<HeapObject> object) {
1901 TNode<Uint16T> CodeStubAssembler::LoadMapInstanceType(TNode<Map> map) {
1902 return LoadObjectField<Uint16T>(map, Map::kInstanceTypeOffset);
2003 TNode<Uint16T> properties_instance_type = LoadInstanceType(properties);
2558 return SmiFromInt32(Load<Uint16T>(data_pointer, offset));
5551 TNode<Uint16T> instance_type = LoadMapInstanceType(map);
5843 TNode<Uint16T> value_instance_type = LoadInstanceType(CAST(value));
5982 TNode<Uint16T> value_instance_type = LoadMapInstanceType(value_map);
6054 const TNode<Uint16T> value_instance_type = LoadMapInstanceType(map);
6077 const TNode<Uint16T> value_instance_type = LoadMapInstanceType(value_map);
6598 TNode<Uint16T> instance_type = LoadInstanceType(object);
6608 TNode<Uint16T> instance_type = LoadInstanceType(object);
6621 TNode<Uint16T> instance_type = LoadInstanceType(object);
6730 TNode<Uint16T> instance_type = LoadInstanceType(object);
6742 TNode<Uint16T> instance_type = LoadInstanceType(object);
6761 TNode<Uint16T> instance_type = LoadInstanceType(object);
6792 TNode<Uint16T> instance_type = LoadInstanceType(object);
7024 TNode<Uint16T> CodeStubAssembler::StringCharCodeAt(TNode<String> string,
7028 TVARIABLE(Uint16T, var_result);
7052 var_result = Load<Uint16T>(string_data, WordShl(offset, IntPtrConstant(1)));
7061 var_result = UncheckedCast<Uint16T>(SmiToInt32(CAST(result)));
7205 const TNode<Uint16T> actual_instance_type = LoadInstanceType(actual_string);
7422 TVARIABLE(Uint16T, instance_type, LoadInstanceType(var_input.value()));
7537 TNode<Uint16T> input_instance_type = LoadInstanceType(input);
7725 TNode<Uint16T> instance_type = LoadMapInstanceType(map);
8162 TNode<RawPtr<Uint16T>> CodeStubAssembler::ExternalTwoByteStringGetChars(
8166 return UncheckedCast<RawPtr<Uint16T>>(
9044 TNode<Uint16T> type = LoadMapInstanceType(map);
9795 TNode<Uint16T> holder_instance_type = LoadMapInstanceType(holder_map);
10134 TNode<Uint16T> instance_type = LoadMapInstanceType(map);
10191 TNode<Uint16T> proto_instance_type = LoadMapInstanceType(proto_map);
10221 TNode<Uint16T> proto_instance_type = LoadMapInstanceType(proto_map);
10247 TNode<Uint16T> object_instance_type = LoadMapInstanceType(object_map);
10316 TNode<Uint16T> callable_instance_type = LoadMapInstanceType(callable_map);
12011 TNode<Uint16T> right_instance_type = LoadMapInstanceType(right_map);
12083 TNode<Uint16T> left_instance_type = LoadMapInstanceType(left_map);
12124 TNode<Uint16T> left_instance_type = LoadMapInstanceType(left_map);
12135 TNode<Uint16T> right_instance_type = LoadMapInstanceType(right_map);
12177 TNode<Uint16T> right_instance_type = LoadMapInstanceType(right_map);
12229 TNode<Uint16T> right_instance_type = LoadMapInstanceType(right_map);
12308 TNode<Uint16T> right_instance_type = LoadMapInstanceType(right_map);
12423 TNode<Uint16T> instance_type = LoadMapInstanceType(value_map);
12570 TNode<Uint16T> right_type = LoadMapInstanceType(right_map);
12633 TNode<Uint16T> left_type = LoadMapInstanceType(left_map);
12634 TNode<Uint16T> right_type = LoadMapInstanceType(right_map);
12903 TNode<Uint16T> right_type = LoadMapInstanceType(right_map);
13085 TNode<Uint16T> lhs_instance_type = LoadMapInstanceType(lhs_map);
13095 TNode<Uint16T> rhs_instance_type = LoadInstanceType(CAST(rhs));
13131 TNode<Uint16T> rhs_instance_type = LoadInstanceType(CAST(rhs));
13156 TNode<Uint16T> rhs_instance_type = LoadMapInstanceType(rhs_map);
13281 TNode<Uint16T> rhs_instance_type = LoadMapInstanceType(rhs_map);
13367 const TNode<Uint16T> lhs_instance_type =
13597 TNode<Uint16T> instance_type = LoadMapInstanceType(map);
14633 TNode<SharedFunctionInfo> shared_info, TVariable<Uint16T>* data_type_out,
14657 TNode<Uint16T> data_type = LoadInstanceType(CAST(sfi_data));
15971 TNode<Uint16T> value_instance_type =