Searched refs:runtime_drop_two (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/x87/ |
D | code-stubs-x87.cc | 2731 Label two_byte_sequential, runtime_drop_two, sequential_string; in Generate() local 2757 __ AllocateOneByteString(eax, ecx, ebx, edx, edi, &runtime_drop_two); in Generate() 2781 __ AllocateTwoByteString(eax, ecx, ebx, edx, edi, &runtime_drop_two); in Generate() 2808 __ bind(&runtime_drop_two); in Generate()
|
/external/v8/src/ia32/ |
D | code-stubs-ia32.cc | 3040 Label two_byte_sequential, runtime_drop_two, sequential_string; in Generate() local 3066 __ AllocateOneByteString(eax, ecx, ebx, edx, edi, &runtime_drop_two); in Generate() 3090 __ AllocateTwoByteString(eax, ecx, ebx, edx, edi, &runtime_drop_two); in Generate() 3117 __ bind(&runtime_drop_two); in Generate()
|