Home
last modified time | relevance | path

Searched defs:set_destination (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dlithium.h268 void set_destination(LOperand* operand) { destination_ = operand; } in set_destination() function
/external/v8/src/compiler/
Dinstruction.h279 void set_destination(InstructionOperand* operand) { destination_ = operand; } in set_destination() function