Home
last modified time | relevance | path

Searched refs:runtime_drop_two (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/x87/
Dcode-stubs-x87.cc2731 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/
Dcode-stubs-ia32.cc3040 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()