Home | History | Annotate | Download | only in arm64

Lines Matching defs:input_type

3569   Register input_type = x12;
3592 __ IsObjectJSStringType(input_string, input_type, &runtime);
3618 // x12 input_type instance type of input string
3631 __ Tst(input_type, kIsIndirectStringMask);
3633 __ Tst(input_type, kSlicedNotConsMask);
3655 __ Ldrb(input_type, FieldMemOperand(temp, Map::kInstanceTypeOffset));
3668 // x12 input_type instance type of input string
3685 __ Tbz(input_type, MaskToBit(kStringEncodingMask), &two_byte_slice);
3708 // x12 input_type instance type of input string
3720 __ Tst(input_type, kExternalStringTag);
3723 __ Tst(input_type, kShortExternalStringTag);
3739 __ Tbz(input_type, MaskToBit(kStringEncodingMask), &two_byte_sequential);
3782 // x12: input_type