Searched refs:on_not_smi_result (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/v8/src/x64/ |
D | macro-assembler-x64.h | 590 Label* on_not_smi_result, 595 Label* on_not_smi_result, 608 Label* on_not_smi_result, 613 Label* on_not_smi_result, 631 Label* on_not_smi_result, 639 Label* on_not_smi_result, 647 Label* on_not_smi_result, 662 Label* on_not_smi_result = NULL, 667 Label* on_not_smi_result, 678 Label* on_not_smi_result = NULL, [all …]
|
D | macro-assembler-x64.cc | 1788 Label* on_not_smi_result, in SmiAddHelper() argument 1796 masm->jmp(on_not_smi_result, near_jump); in SmiAddHelper() 1801 masm->j(overflow, on_not_smi_result, near_jump); in SmiAddHelper() 1809 Label* on_not_smi_result, in SmiAdd() argument 1811 ASSERT_NOT_NULL(on_not_smi_result); in SmiAdd() 1813 SmiAddHelper<Register>(this, dst, src1, src2, on_not_smi_result, near_jump); in SmiAdd() 1820 Label* on_not_smi_result, in SmiAdd() argument 1822 ASSERT_NOT_NULL(on_not_smi_result); in SmiAdd() 1824 SmiAddHelper<Operand>(this, dst, src1, src2, on_not_smi_result, near_jump); in SmiAdd() 1852 Label* on_not_smi_result, in SmiSubHelper() argument [all …]
|