Lines Matching refs:RawPtrT
22 TNode<RawPtrT> StringBuiltinsAssembler::DirectStringData(
25 TVARIABLE(RawPtrT, var_data);
35 ReinterpretCast<RawPtrT>(BitcastTaggedToWord(string)),
52 const TNode<RawPtrT> subject_ptr, const TNode<IntPtrT> subject_length,
53 const TNode<RawPtrT> search_ptr, const TNode<IntPtrT> search_length,
74 const TNode<RawPtrT> subject_ptr, const TNode<IntPtrT> subject_length,
75 const TNode<RawPtrT> search_ptr, const TNode<IntPtrT> search_length,
81 const TNode<RawPtrT> subject_ptr, const TNode<IntPtrT> subject_length,
82 const TNode<RawPtrT> search_ptr, const TNode<IntPtrT> search_length,
88 const TNode<RawPtrT> subject_ptr, const TNode<IntPtrT> subject_length,
89 const TNode<RawPtrT> search_ptr, const TNode<IntPtrT> search_length,
95 const TNode<RawPtrT> subject_ptr, const TNode<IntPtrT> subject_length,
96 const TNode<RawPtrT> search_ptr, const TNode<IntPtrT> search_length,
102 const TNode<RawPtrT> subject_ptr, const TNode<IntPtrT> subject_length,
103 const TNode<RawPtrT> search_ptr, const TNode<IntPtrT> start_position) {
104 const TNode<RawPtrT> subject_start_ptr =
112 const TNode<RawPtrT> result_address = UncheckedCast<RawPtrT>(
251 TNode<RawPtrT> lhs_data = DirectStringData(lhs, lhs_instance_type);
252 TNode<RawPtrT> rhs_data = DirectStringData(rhs, rhs_instance_type);
1276 TNode<RawPtrT> string_data =
1528 TNode<RawPtrT> from_string, TNode<String> to_string,
1538 // from_string could be either a String or a RawPtrT in the case we pass in
1718 const TNode<RawPtrT> fake_sequential_string =