Searched refs:NeedsRelocation (Results 1 – 3 of 3) sorted by relevance
280 bool Operand::NeedsRelocation(const Assembler* assembler) const { in NeedsRelocation() function in v8::internal::Operand2175 DCHECK(!operand.NeedsRelocation(this)); in AddSub()2215 DCHECK(!operand.NeedsRelocation(this)); in AddSubWithCarry()2282 DCHECK(!operand.NeedsRelocation(this)); in Logical()2334 DCHECK(!operand.NeedsRelocation(this)); in ConditionalCompare()2450 DCHECK(!operand.NeedsRelocation(this)); in DataProcShiftedRegister()2462 DCHECK(!operand.NeedsRelocation(this)); in DataProcExtendedRegister()
61 if (operand.NeedsRelocation(this)) { in LogicalMacro()251 if (operand.NeedsRelocation(this)) { in Mov()299 if (operand.NeedsRelocation(this)) { in Mvn()354 if (operand.NeedsRelocation(this)) { in ConditionalCompareMacro()481 !operand.NeedsRelocation(this) && (S == LeaveFlags)) { in AddSubMacro()486 if (operand.NeedsRelocation(this)) { in AddSubMacro()519 if (operand.NeedsRelocation(this)) { in AddSubWithCarryMacro()
611 bool NeedsRelocation(const Assembler* assembler) const;