Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction.h51 InstructionOperand() : InstructionOperand(INVALID) {} in InstructionOperand() function
130 explicit InstructionOperand(Kind kind) : value_(KindField::encode(kind)) {} in InstructionOperand() function