Home
last modified time | relevance | path

Searched refs:must_output_reloc_info (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/arm/
Dassembler-arm.cc1157 bool Operand::must_output_reloc_info(const Assembler* assembler) const { in must_output_reloc_info() function in v8::internal::Operand
1174 } else if (x.must_output_reloc_info(assembler)) { in use_mov_immediate_load()
1189 if (must_output_reloc_info(assembler) || in instructions_required()
1225 if (x.must_output_reloc_info(this)) { in move_32_bit_immediate()
1234 x.must_output_reloc_info(this)) { in move_32_bit_immediate()
1289 if (x.must_output_reloc_info(this) || in addrmod1()
2056 if (src.must_output_reloc_info(this) || in msr()
Dmacro-assembler-arm.cc312 !src2.must_output_reloc_info(this) && in And()
316 !src2.must_output_reloc_info(this) && in And()
Dassembler-arm.h537 bool must_output_reloc_info(const Assembler* assembler) const;
/external/v8/src/ppc/
Dassembler-ppc.cc1597 !(src.must_output_reloc_info(this) || is_trampoline_pool_blocked()); in instructions_required_for_mov()
1644 bool Operand::must_output_reloc_info(const Assembler* assembler) const { in must_output_reloc_info() function in v8::internal::Operand
1663 bool relocatable = src.must_output_reloc_info(this); in mov()
Dassembler-ppc.h319 bool must_output_reloc_info(const Assembler* assembler) const;
/external/v8/src/s390/
Dassembler-s390.h312 bool must_output_reloc_info(const Assembler* assembler) const;