Searched refs:must_output_reloc_info (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dassembler-arm.cc1046 bool Operand::must_output_reloc_info(const Assembler* assembler) const { function in class:v8::internal::Operand
1065 } else if (x.must_output_reloc_info(assembler)) {
1079 if (must_output_reloc_info(assembler) ||
1116 if (x.must_output_reloc_info(this)) {
1123 if (!FLAG_enable_ool_constant_pool && x.must_output_reloc_info(this)) {
1175 if (x.must_output_reloc_info(this) ||
1865 if (src.must_output_reloc_info(this) ||
H A Dassembler-arm.h533 bool must_output_reloc_info(const Assembler* assembler) const;
H A Dmacro-assembler-arm.cc269 !src2.must_output_reloc_info(this) &&
273 !src2.must_output_reloc_info(this) &&

Completed in 95 milliseconds