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

/external/v8/src/arm64/
H A Dassembler-arm64.cc297 bool Operand::NeedsRelocation(const Assembler* assembler) const { function in class:v8::internal::Operand
2254 DCHECK(!operand.NeedsRelocation(this));
2294 DCHECK(!operand.NeedsRelocation(this));
2361 DCHECK(!operand.NeedsRelocation(this));
2413 DCHECK(!operand.NeedsRelocation(this));
2529 DCHECK(!operand.NeedsRelocation(this));
2541 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.h621 bool NeedsRelocation(const Assembler* assembler) const;

Completed in 2174 milliseconds