Home
last modified time | relevance | path

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

/external/v8/src/builtins/x64/
Dbuiltins-x64.cc2758 Label not_zero_case, not_one_case; in GenerateInternalArrayConstructorCase() local
2769 __ j(greater, &not_one_case); in GenerateInternalArrayConstructorCase()
2791 __ bind(&not_one_case); in GenerateInternalArrayConstructorCase()
/external/v8/src/builtins/ia32/
Dbuiltins-ia32.cc2813 Label not_zero_case, not_one_case; in GenerateInternalArrayConstructorCase() local
2824 __ j(greater, &not_one_case); in GenerateInternalArrayConstructorCase()
2845 __ bind(&not_one_case); in GenerateInternalArrayConstructorCase()