Searched refs:kIndexIsSmi (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/arm64/ |
D | macro-assembler-arm64.h | 130 enum SeqStringSetCharCheckIndexType { kIndexIsSmi, kIndexIsInteger32 }; enumerator
|
D | macro-assembler-arm64.cc | 4035 if (index_type == kIndexIsSmi) { in EmitSeqStringSetCharCheck() 4051 Cmp(index, index_type == kIndexIsSmi ? scratch : Operand::UntagSmi(scratch)); in EmitSeqStringSetCharCheck()
|
D | full-codegen-arm64.cc | 3231 __ EmitSeqStringSetCharCheck(string, index, kIndexIsSmi, scratch, in EmitOneByteSeqStringSetChar() 3261 __ EmitSeqStringSetCharCheck(string, index, kIndexIsSmi, scratch, in EmitTwoByteSeqStringSetChar()
|