Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.h250 LOperand* operand() const { return operand_; } in operand()
251 bool HasOperand() const { return operand_ != NULL; } in HasOperand()
265 LOperand* operand_; variable
Dlithium-allocator.cc83 : operand_(operand), in UsePosition()
89 if (operand_ != NULL && operand_->IsUnallocated()) { in UsePosition()
90 LUnallocated* unalloc = LUnallocated::cast(operand_); in UsePosition()