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

/external/chromium_org/v8/src/arm64/
H A Dassembler-arm64.cc290 bool Operand::NeedsRelocation(const Assembler* assembler) const { function in class:v8::internal::Operand
2155 DCHECK(!operand.NeedsRelocation(this));
2195 DCHECK(!operand.NeedsRelocation(this));
2262 DCHECK(!operand.NeedsRelocation(this));
2314 DCHECK(!operand.NeedsRelocation(this));
2429 DCHECK(!operand.NeedsRelocation(this));
2441 DCHECK(!operand.NeedsRelocation(this));
H A Dmacro-assembler-arm64.cc61 if (operand.NeedsRelocation(this)) {
251 if (operand.NeedsRelocation(this)) {
299 if (operand.NeedsRelocation(this)) {
354 if (operand.NeedsRelocation(this)) {
481 !operand.NeedsRelocation(this) && (S == LeaveFlags)) {
486 if (operand.NeedsRelocation(this)) {
519 if (operand.NeedsRelocation(this)) {
H A Dassembler-arm64.h682 bool NeedsRelocation(const Assembler* assembler) const;

Completed in 145 milliseconds