Searched refs:strings_not_empty (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.cc4434 Label strings_not_empty; local
4444 __ b(ne, &strings_not_empty); // If either string was empty, return r0.
4450 __ bind(&strings_not_empty);
/external/chromium_org/v8/src/mips/
H A Dcode-stubs-mips.cc4546 Label strings_not_empty; local
4559 __ Branch(&strings_not_empty, ne, t4, Operand(zero_reg));
4564 __ bind(&strings_not_empty);
/external/v8/src/arm/
H A Dcode-stubs-arm.cc6250 Label strings_not_empty; local
6260 __ b(ne, &strings_not_empty); // If either string was empty, return r0.
6266 __ bind(&strings_not_empty);
/external/v8/src/mips/
H A Dcode-stubs-mips.cc6479 Label strings_not_empty; local
6492 __ Branch(&strings_not_empty, ne, t4, Operand(zero_reg));
6497 __ bind(&strings_not_empty);

Completed in 86 milliseconds