HomeSort by relevance Sort by last modified time
    Searched refs:return_equal (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/v8/src/arm64/
code-stubs-arm64.cc 620 Label not_identical, return_equal, heap_number; local
641 // Normally here we fall through to return_equal, but undefined is
646 __ B(ne, &return_equal);
647 __ JumpIfNotRoot(right, Heap::kUndefinedValueRootIndex, &return_equal);
660 __ Bind(&return_equal);
681 __ B(vc, &return_equal); // Not NaN, so treat as normal heap number.
    [all...]
  /external/chromium_org/v8/src/arm/
code-stubs-arm.cc 760 Label heap_number, return_equal; local
778 // Normally here we fall through to return_equal, but undefined is
783 __ b(ne, &return_equal);
786 __ b(ne, &return_equal);
799 __ bind(&return_equal);
825 __ b(ne, &return_equal);
    [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc 800 Label heap_number, return_equal; local
820 // Normally here we fall through to return_equal, but undefined is
824 __ Branch(&return_equal, ne, t4, Operand(ODDBALL_TYPE));
826 __ Branch(&return_equal, ne, a0, Operand(t2));
840 __ bind(&return_equal);
866 __ Branch(&return_equal, ne, t3, Operand(exp_mask_reg));
    [all...]

Completed in 2543 milliseconds