Searched refs:must_output_reloc_info (Results 1 – 3 of 3) sorted by relevance
1046 bool Operand::must_output_reloc_info(const Assembler* assembler) const { in must_output_reloc_info() function in v8::internal::Operand1065 } else if (x.must_output_reloc_info(assembler)) { in use_mov_immediate_load()1079 if (must_output_reloc_info(assembler) || in instructions_required()1116 if (x.must_output_reloc_info(this)) { in move_32_bit_immediate()1123 if (!FLAG_enable_ool_constant_pool && x.must_output_reloc_info(this)) { in move_32_bit_immediate()1175 if (x.must_output_reloc_info(this) || in addrmod1()1865 if (src.must_output_reloc_info(this) || in msr()
533 bool must_output_reloc_info(const Assembler* assembler) const;
269 !src2.must_output_reloc_info(this) && in And()273 !src2.must_output_reloc_info(this) && in And()