Searched refs:on_not_smi_result (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 1705 Label* on_not_smi_result, in SmiAddHelper() argument 1713 masm->jmp(on_not_smi_result, near_jump); in SmiAddHelper() 1718 masm->j(overflow, on_not_smi_result, near_jump); in SmiAddHelper() 1726 Label* on_not_smi_result, in SmiAdd() argument 1728 DCHECK_NOT_NULL(on_not_smi_result); in SmiAdd() 1730 SmiAddHelper<Register>(this, dst, src1, src2, on_not_smi_result, near_jump); in SmiAdd() 1737 Label* on_not_smi_result, in SmiAdd() argument 1739 DCHECK_NOT_NULL(on_not_smi_result); in SmiAdd() 1741 SmiAddHelper<Operand>(this, dst, src1, src2, on_not_smi_result, near_jump); in SmiAdd() 1769 Label* on_not_smi_result, in SmiSubHelper() argument [all …]
|
D | macro-assembler-x64.h | 597 Label* on_not_smi_result, 602 Label* on_not_smi_result, 615 Label* on_not_smi_result, 620 Label* on_not_smi_result, 638 Label* on_not_smi_result, 646 Label* on_not_smi_result, 654 Label* on_not_smi_result, 669 Label* on_not_smi_result = NULL, 674 Label* on_not_smi_result, 685 Label* on_not_smi_result = NULL, [all …]
|