Lines Matching refs:smi_check
2679 Label* failure, SmiCheckType smi_check) { in JumpIfEitherIsNotSequentialOneByteStrings() argument
2680 if (smi_check == DO_SMI_CHECK) { in JumpIfEitherIsNotSequentialOneByteStrings()
2683 DCHECK(smi_check == DONT_DO_SMI_CHECK); in JumpIfEitherIsNotSequentialOneByteStrings()
4360 SmiCheck smi_check, in RecordWriteField() argument
4367 if (smi_check == INLINE_SMI_CHECK) { in RecordWriteField()
4488 SmiCheck smi_check, in RecordWrite() argument
4506 if (smi_check == INLINE_SMI_CHECK) { in RecordWrite()
5344 const Label* smi_check) { in Emit() argument
5347 DCHECK(smi_check->is_bound()); in Emit()
5354 uint32_t delta = __ InstructionsGeneratedSince(smi_check); in Emit()
5357 DCHECK(!smi_check->is_bound()); in Emit()