Searched refs:strings_not_empty (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/v8/src/arm/ |
H A D | code-stubs-arm.cc | 4434 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 D | code-stubs-mips.cc | 4546 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 D | code-stubs-arm.cc | 6250 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 D | code-stubs-mips.cc | 6479 Label strings_not_empty; local 6492 __ Branch(&strings_not_empty, ne, t4, Operand(zero_reg)); 6497 __ bind(&strings_not_empty);
|
Completed in 86 milliseconds