Home
last modified time | relevance | path

Searched refs:opcode_ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/compiler/
Doperator.h51 : opcode_(opcode), properties_(properties), mnemonic_(mnemonic) {} in Operator()
57 Opcode opcode() const { return opcode_; } in opcode()
94 Opcode opcode_;
Dgraph-unittest.cc120 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::__anon509b27a20111::NodeMatcher
Dinstruction.h427 InstructionCode opcode() const { return opcode_; } in opcode()
501 : opcode_(opcode), in Instruction()
511 : opcode_(opcode), in Instruction()
535 InstructionCode opcode_; variable