Searched refs:operand_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/compiler/
H A Dregister-allocator.h158 InstructionOperand* operand() const { return operand_; }
159 bool HasOperand() const { return operand_ != NULL; }
171 InstructionOperand* const operand_; member in class:v8::internal::compiler::UsePosition
H A Dregister-allocator.cc27 : operand_(operand),
33 if (operand_ != NULL && operand_->IsUnallocated()) {
34 const UnallocatedOperand* unalloc = UnallocatedOperand::cast(operand_);
/external/chromium_org/v8/src/
H A Dlithium-allocator.h164 LOperand* operand() const { return operand_; }
165 bool HasOperand() const { return operand_ != NULL; }
178 LOperand* const operand_; member in class:v8::internal::UsePosition
H A Dlithium-allocator.cc28 : operand_(operand),
34 if (operand_ != NULL && operand_->IsUnallocated()) {
35 LUnallocated* unalloc = LUnallocated::cast(operand_);
/external/chromium_org/tools/gn/
H A Dparse_tree.cc563 Value operand_value = operand_->Execute(scope, err);
570 return op_.range().Union(operand_->GetRange());
581 operand_->Print(out, indent + 1);
H A Dparse_tree.h431 const ParseNode* operand() const { return operand_.get(); }
433 operand_ = operand.Pass();
438 scoped_ptr<ParseNode> operand_; member in class:UnaryOpNode

Completed in 518 milliseconds