/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator-verifier.h | 80 operand_(operand), in PendingAssessment() 97 InstructionOperand operand() const { return operand_; } in operand() 103 InstructionOperand operand_; member in v8::internal::compiler::final
|
H A D | register-allocator.h | 468 InstructionOperand* operand() const { return operand_; } in operand() 469 bool HasOperand() const { return operand_ != nullptr; } in HasOperand() 513 InstructionOperand* const operand_; member in v8::internal::compiler::RegisterAllocationFlag::final
|
H A D | register-allocator.cc | 163 : operand_(operand), hint_(hint), next_(nullptr), pos_(pos), flags_(0) { in UsePosition() 167 if (operand_ != nullptr && operand_->IsUnallocated()) { in UsePosition() 168 const UnallocatedOperand* unalloc = UnallocatedOperand::cast(operand_); in UsePosition()
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.h | 80 inline int32_t operand() const { return operand_; } in operand() 83 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase() 86 int32_t operand_; member in v8::internal::SimInstructionBase 101 operand_ = *reinterpret_cast<const int32_t*>(instr); in operator =() 104 DCHECK(reinterpret_cast<void*>(&operand_) == this); in operator =()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.h | 81 inline int32_t operand() const { return operand_; } in operand() 84 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase() 87 int32_t operand_; member in v8::internal::SimInstructionBase 102 operand_ = *reinterpret_cast<const int32_t*>(instr); in operator =() 105 DCHECK(reinterpret_cast<void*>(&operand_) == this); in operator =()
|
/third_party/node/deps/v8/src/execution/mips/ |
H A D | simulator-mips.h | 81 inline int32_t operand() const { return operand_; } in operand() 84 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase() 87 int32_t operand_; member in v8::internal::SimInstructionBase 102 operand_ = *reinterpret_cast<const int32_t*>(instr); in operator =() 105 DCHECK(reinterpret_cast<void*>(&operand_) == this); in operator =()
|
/third_party/node/deps/v8/src/maglev/ |
H A D | maglev-ir.h | 268 DCHECK(operand_.IsInvalid()); in SetUnallocated() 269 operand_ = compiler::UnallocatedOperand(args...); in SetUnallocated() 274 DCHECK(operand_.IsUnallocated()); in SetAllocated() 275 operand_ = compiler::AllocatedOperand(args...); in SetAllocated() 281 operand_ = compiler::AllocatedOperand(args...); in InjectAllocated() 286 DCHECK(operand_.IsUnallocated()); in SetConstant() 287 operand_ = compiler::ConstantOperand(args...); in SetConstant() 292 compiler::AllocatedOperand::cast(operand_).register_code()); in AssignedRegister() 295 const compiler::InstructionOperand& operand() const { return operand_; } in operand() 296 const compiler::InstructionOperand& operand() { return operand_; } in operand() 299 compiler::InstructionOperand operand_; global() member in v8::internal::maglev::ValueLocation [all...] |
/third_party/gn/src/gn/ |
H A D | parse_tree.h | 548 const ParseNode* operand() const { return operand_.get(); } in operand() 550 operand_ = std::move(operand); in set_operand() 557 std::unique_ptr<ParseNode> operand_; member in UnaryOpNode
|
H A D | parse_tree.cc | 1155 Value operand_value = operand_->Execute(scope, err); in Execute() 1162 return op_.range().Union(operand_->GetRange()); in GetRange() 1173 child.GetList().push_back(operand_->GetJSONNode()); in GetJSONNode() 1184 ret->operand_ = ParseNode::BuildFromJSON(child->GetList()[0]); in NewFromJSON()
|
/third_party/node/deps/v8/src/execution/riscv64/ |
H A D | simulator-riscv64.h | 196 inline int32_t operand() const { return operand_; } in operand() 199 SimInstructionBase() : operand_(-1), instr_(nullptr), type_(kUnsupported) {} in SimInstructionBase() 202 int32_t operand_; member in v8::internal::SimInstructionBase 217 operand_ = *reinterpret_cast<const int32_t*>(instr); in operator =() 220 DCHECK(reinterpret_cast<void*>(&operand_) == this); in operator =()
|
/third_party/vixl/src/aarch32/ |
H A D | disasm-aarch32.h | 232 const MemOperand& operand_; member in vixl::aarch32::Disassembler::PrintMemOperand 236 : location_type_(location_type), operand_(operand) {} in PrintMemOperand() 238 const MemOperand& GetOperand() const { return operand_; } in GetOperand() 243 const AlignedMemOperand& operand_; member in vixl::aarch32::Disassembler::PrintAlignedMemOperand 248 : location_type_(location_type), operand_(operand) {} in PrintAlignedMemOperand() 250 const AlignedMemOperand& GetOperand() const { return operand_; } in GetOperand()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | code-generator-x64.cc | 268 operand_(operand), in OutOfLineRecordWrite() 288 __ leaq(scratch1_, operand_); 318 Operand const operand_; member in v8::internal::compiler::__anon14310::final::final 451 operand_(operand), in OutOfLineTSANStore() 467 __ leaq(scratch0_, operand_); 486 Operand const operand_; member in v8::internal::compiler::__anon14310::final::OutOfLineTSANStore 574 operand_(operand), in OutOfLineTSANRelaxedLoad() 587 __ leaq(scratch0_, operand_); 605 Operand const operand_; member in v8::internal::compiler::__anon14310::final::final
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 312 operand_(operand), in OutOfLineRecordWrite() 329 __ lea(scratch1_, operand_); 357 Operand const operand_; member in v8::internal::compiler::__anon14257::final::final
|