Searched defs:InstructionOperand (Results 1 - 1 of 1) sorted by relevance
| /third_party/node/deps/v8/src/compiler/backend/ | ||
| H A D | instruction.h | 43 class V8_EXPORT_PRIVATE INSTRUCTION_OPERAND_ALIGN InstructionOperand { class 59 InstructionOperand() : InstructionOperand(INVALID) {} in InstructionOperand() function in v8::internal::compiler::InstructionOperand 147 explicit InstructionOperand(Kind kind) : value_(KindField::encode(kind)) {} InstructionOperand() function in v8::internal::compiler::InstructionOperand [all...] |
Completed in 5 milliseconds