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

/external/chromium_org/sandbox/win/src/sidestep/
H A Dmini_disassembler_types.h135 const char* mnemonic_; member in struct:sidestep::SpecificOpcode
156 const char* mnemonic_; member in struct:sidestep::Opcode
H A Dmini_disassembler.cpp151 if (got_f2_prefix_ && opcode.opcode_if_f2_prefix_.mnemonic_ != 0) {
153 } else if (got_f3_prefix_ && opcode.opcode_if_f3_prefix_.mnemonic_ != 0) {
155 } else if (got_66_prefix_ && opcode.opcode_if_66_prefix_.mnemonic_ != 0) {
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dmini_disassembler_types.h174 const char* mnemonic_; member in struct:sidestep::SpecificOpcode
195 const char* mnemonic_; member in struct:sidestep::Opcode
H A Dmini_disassembler.cc183 if (got_f2_prefix_ && opcode.opcode_if_f2_prefix_.mnemonic_ != 0) {
185 } else if (got_f3_prefix_ && opcode.opcode_if_f3_prefix_.mnemonic_ != 0) {
187 } else if (got_66_prefix_ && opcode.opcode_if_66_prefix_.mnemonic_ != 0) {
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dmini_disassembler_types.h174 const char* mnemonic_; member in struct:sidestep::SpecificOpcode
195 const char* mnemonic_; member in struct:sidestep::Opcode
H A Dmini_disassembler.cc183 if (got_f2_prefix_ && opcode.opcode_if_f2_prefix_.mnemonic_ != 0) {
185 } else if (got_f3_prefix_ && opcode.opcode_if_f3_prefix_.mnemonic_ != 0) {
187 } else if (got_66_prefix_ && opcode.opcode_if_66_prefix_.mnemonic_ != 0) {
/external/chromium_org/tools/traceline/traceline/sidestep/
H A Dmini_disassembler_types.h135 const char* mnemonic_; member in struct:sidestep::SpecificOpcode
156 const char* mnemonic_; member in struct:sidestep::Opcode
H A Dmini_disassembler.cc172 if (got_f2_prefix_ && opcode.opcode_if_f2_prefix_.mnemonic_ != 0) {
174 } else if (got_f3_prefix_ && opcode.opcode_if_f3_prefix_.mnemonic_ != 0) {
176 } else if (got_66_prefix_ && opcode.opcode_if_66_prefix_.mnemonic_ != 0) {
/external/chromium_org/v8/src/compiler/
H A Doperator.h51 : opcode_(opcode), properties_(properties), mnemonic_(mnemonic) {}
61 const char* mnemonic() const { return mnemonic_; }
96 const char* mnemonic_; member in class:v8::internal::compiler::Operator

Completed in 635 milliseconds