Searched refs:index_type (Results 1 – 3 of 3) sorted by relevance
32 template<typename index_type = unsigned>33 struct triangle_list_indices : public std::vector<index_type>
4030 SeqStringSetCharCheckIndexType index_type, in EmitSeqStringSetCharCheck() argument4035 if (index_type == kIndexIsSmi) { in EmitSeqStringSetCharCheck()4051 Cmp(index, index_type == kIndexIsSmi ? scratch : Operand::UntagSmi(scratch)); in EmitSeqStringSetCharCheck()
1588 SeqStringSetCharCheckIndexType index_type,