Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dassembler-arm64.cc280 bool Operand::NeedsRelocation(const Assembler* assembler) const { in NeedsRelocation() function in v8::internal::Operand
2175 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()
Dmacro-assembler-arm64.cc61 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()
Dassembler-arm64.h611 bool NeedsRelocation(const Assembler* assembler) const;