Searched refs:opcode_ (Results 1 – 5 of 5) sorted by relevance
51 : opcode_(opcode), properties_(properties), mnemonic_(mnemonic) {} in Operator()57 Opcode opcode() const { return opcode_; } in opcode()94 Opcode opcode_;
120 explicit NodeMatcher(IrOpcode::Value opcode) : opcode_(opcode) {} in NodeMatcher()123 *os << "is a " << IrOpcode::Mnemonic(opcode_) << " node"; in DescribeTo()132 if (node->opcode() != opcode_) { in MatchAndExplain()134 << " but should have been " << IrOpcode::Mnemonic(opcode_); in MatchAndExplain()141 const IrOpcode::Value opcode_; member in v8::internal::compiler::__anon414ee2330111::NodeMatcher
427 InstructionCode opcode() const { return opcode_; } in opcode()501 : opcode_(opcode), in Instruction()511 : opcode_(opcode), in Instruction()535 InstructionCode opcode_; variable
138 WebSocketFrameHeader::OpCode opcode() const { return opcode_; } in opcode()153 WebSocketFrameHeader::OpCode opcode_; variable
275 opcode_(opcode), in PendingReceivedFrame()283 DCHECK(WebSocketFrameHeader::IsKnownDataOpCode(opcode_)); in ResetOpcode()284 opcode_ = WebSocketFrameHeader::kOpCodeContinuation; in ResetOpcode()