Home
last modified time | relevance | path

Searched refs:operand_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dlithium-allocator.h164 LOperand* operand() const { return operand_; } in operand()
165 bool HasOperand() const { return operand_ != NULL; } in HasOperand()
178 LOperand* const operand_; variable
Dlithium-allocator.cc28 : operand_(operand), in UsePosition()
34 if (operand_ != NULL && operand_->IsUnallocated()) { in UsePosition()
35 LUnallocated* unalloc = LUnallocated::cast(operand_); in UsePosition()
/external/v8/src/compiler/
Dregister-allocator.h158 InstructionOperand* operand() const { return operand_; } in operand()
159 bool HasOperand() const { return operand_ != NULL; } in HasOperand()
171 InstructionOperand* const operand_; variable
Dregister-allocator.cc27 : operand_(operand), in UsePosition()
33 if (operand_ != NULL && operand_->IsUnallocated()) { in UsePosition()
34 const UnallocatedOperand* unalloc = UnallocatedOperand::cast(operand_); in UsePosition()