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

/external/v8/src/compiler/
H A Dinstruction.h33 class V8_EXPORT_PRIVATE InstructionOperand { class in namespace:v8::internal::compiler
51 InstructionOperand() : InstructionOperand(INVALID) {} function in class:v8::internal::compiler::InstructionOperand
102 static void ReplaceWith(InstructionOperand* dest,
103 const InstructionOperand* src) {
107 bool Equals(const InstructionOperand& that) const {
111 bool Compare(const InstructionOperand& that) const {
115 bool EqualsCanonicalized(const InstructionOperand& that) const {
119 bool CompareCanonicalized(const InstructionOperand& that) const {
123 bool InterferesWith(const InstructionOperand
130 explicit InstructionOperand(Kind kind) : value_(KindField::encode(kind)) {} function in class:v8::internal::compiler::InstructionOperand
[all...]

Completed in 136 milliseconds