Searched refs:not_identical (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/ppc/
H A Dcode-stubs-ppc.cc252 Label not_identical; local
255 __ bne(&not_identical);
376 __ bind(&not_identical);
3657 Label miss, not_identical, is_symbol; local
3687 __ bne(&not_identical);
3690 __ bind(&not_identical);
/external/v8/src/arm/
H A Dcode-stubs-arm.cc242 Label not_identical; local
245 __ b(ne, &not_identical);
360 __ bind(&not_identical);
/external/v8/src/arm64/
H A Dcode-stubs-arm64.cc213 Label not_identical, return_equal, heap_number; local
217 __ B(ne, &not_identical);
317 __ Bind(&not_identical);
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc1684 Label not_identical; local
1686 __ j(not_equal, &not_identical);
1732 __ bind(&not_identical);
/external/v8/src/mips/
H A Dcode-stubs-mips.cc279 Label not_identical; local
283 __ Branch(&not_identical, ne, a0, Operand(a1));
393 __ bind(&not_identical);
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc277 Label not_identical; local
281 __ Branch(&not_identical, ne, a0, Operand(a1));
390 __ bind(&not_identical);
/external/v8/src/x64/
H A Dcode-stubs-x64.cc1540 Label not_identical; local
1542 __ j(not_equal, &not_identical, Label::kNear);
1604 __ bind(&not_identical);
/external/v8/src/x87/
H A Dcode-stubs-x87.cc1379 Label not_identical; local
1381 __ j(not_equal, &not_identical);
1427 __ bind(&not_identical);

Completed in 216 milliseconds