Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Doperator.h51 : opcode_(opcode), properties_(properties), mnemonic_(mnemonic) {} in Operator()
61 const char* mnemonic() const { return mnemonic_; } in mnemonic()
96 const char* mnemonic_; variable