Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator-verifier.h14 class InstructionOperand; variable
Dinstruction.h38 InstructionOperand() : InstructionOperand(INVALID) {} in InstructionOperand() function
112 explicit InstructionOperand(Kind kind) : value_(KindField::encode(kind)) {} in InstructionOperand() function