Home
last modified time | relevance | path

Searched refs:NeedsRelocation (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/arm64/
Dmacro-assembler-arm64.cc118 if (operand.NeedsRelocation(this)) { in LogicalMacro()
308 if (operand.NeedsRelocation(this)) { in Mov()
532 if (operand.NeedsRelocation(this)) { in Mvn()
583 if (operand.NeedsRelocation(this)) { in ConditionalCompareMacro()
709 !operand.NeedsRelocation(this) && (S == LeaveFlags)) { in AddSubMacro()
714 if (operand.NeedsRelocation(this)) { in AddSubMacro()
758 if (operand.NeedsRelocation(this)) { in AddSubWithCarryMacro()
Dassembler-arm64.cc311 bool Operand::NeedsRelocation(const Assembler* assembler) const { in NeedsRelocation() function in v8::internal::Operand
4014 DCHECK(!operand.NeedsRelocation(this)); in AddSub()
4051 DCHECK(!operand.NeedsRelocation(this)); in AddSubWithCarry()
4118 DCHECK(!operand.NeedsRelocation(this)); in Logical()
4170 DCHECK(!operand.NeedsRelocation(this)); in ConditionalCompare()
4328 DCHECK(!operand.NeedsRelocation(this)); in DataProcShiftedRegister()
4340 DCHECK(!operand.NeedsRelocation(this)); in DataProcExtendedRegister()
Dassembler-arm64.h755 bool NeedsRelocation(const Assembler* assembler) const;