Home
last modified time | relevance | path

Searched refs:not_empty_array (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/x64/
Dbuiltins-x64.cc1167 Label argc_one_or_more, argc_two_or_more, empty_array, not_empty_array, in ArrayNativeCode() local
1196 __ j(not_zero, &not_empty_array); in ArrayNativeCode()
1203 __ bind(&not_empty_array); in ArrayNativeCode()
/external/v8/src/ia32/
Dbuiltins-ia32.cc1096 empty_array, not_empty_array, finish, cant_transition_map, not_double; in ArrayNativeCode() local
1136 __ j(not_zero, &not_empty_array); in ArrayNativeCode()
1152 __ bind(&not_empty_array); in ArrayNativeCode()
/external/v8/src/arm/
Dbuiltins-arm.cc315 Label argc_one_or_more, argc_two_or_more, not_empty_array, empty_array, in ArrayNativeCode() local
345 __ b(ne, &not_empty_array); in ArrayNativeCode()
350 __ bind(&not_empty_array); in ArrayNativeCode()
/external/v8/src/mips/
Dbuiltins-mips.cc325 Label argc_one_or_more, argc_two_or_more, not_empty_array, empty_array, in ArrayNativeCode() local
352 __ Branch(&not_empty_array, ne, a2, Operand(zero_reg)); in ArrayNativeCode()
357 __ bind(&not_empty_array); in ArrayNativeCode()