Home
last modified time | relevance | path

Searched refs:two_byte_sequential (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/arm64/
Dcode-stubs-arm64.cc3693 Label two_byte_sequential, sequential_string, allocate_result; in Generate() local
3716 __ Tbz(input_type, MaskToBit(kStringEncodingMask), &two_byte_sequential); in Generate()
3733 __ Bind(&two_byte_sequential); in Generate()
/external/v8/src/x64/
Dcode-stubs-x64.cc2886 Label two_byte_sequential, sequential_string; in Generate() local
2905 __ j(zero, &two_byte_sequential); in Generate()
2929 __ bind(&two_byte_sequential); in Generate()
/external/v8/src/x87/
Dcode-stubs-x87.cc2645 Label two_byte_sequential, runtime_drop_two, sequential_string; in Generate() local
2668 __ j(zero, &two_byte_sequential); in Generate()
2693 __ bind(&two_byte_sequential); in Generate()
/external/v8/src/arm/
Dcode-stubs-arm.cc2930 Label two_byte_sequential, sequential_string, allocate_result; in Generate() local
2954 __ b(eq, &two_byte_sequential); in Generate()
2974 __ bind(&two_byte_sequential); in Generate()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc2935 Label two_byte_sequential, runtime_drop_two, sequential_string; in Generate() local
2958 __ j(zero, &two_byte_sequential); in Generate()
2983 __ bind(&two_byte_sequential); in Generate()
/external/v8/src/mips/
Dcode-stubs-mips.cc3084 Label two_byte_sequential, sequential_string, allocate_result; in Generate() local
3108 __ Branch(&two_byte_sequential, eq, t0, Operand(zero_reg)); in Generate()
3129 __ bind(&two_byte_sequential); in Generate()
/external/v8/src/ppc/
Dcode-stubs-ppc.cc3073 Label two_byte_sequential, sequential_string, allocate_result; in Generate() local
3097 __ beq(&two_byte_sequential, cr0); in Generate()
3117 __ bind(&two_byte_sequential); in Generate()
/external/v8/src/mips64/
Dcode-stubs-mips64.cc3116 Label two_byte_sequential, sequential_string, allocate_result; in Generate() local
3140 __ Branch(&two_byte_sequential, eq, a4, Operand(zero_reg)); in Generate()
3161 __ bind(&two_byte_sequential); in Generate()