Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.h20 class InstructionOperand; variable
Dinstruction.h60 InstructionOperand() : value_(KindField::encode(INVALID)) {} in InstructionOperand() function
61 InstructionOperand(Kind kind, int index) { ConvertTo(kind, index); } in InstructionOperand() function