Searched refs:AM_MASK (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/sandbox/win/src/sidestep/
H A Dmini_disassembler_types.h62 AM_MASK = 0x00FF0000, // Mask for the rest of the values in this enumeration enumerator in enum:sidestep::AddressingMethod
H A Dmini_disassembler.cpp207 switch (flag_operand & AM_MASK) {
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dmini_disassembler_types.h91 AM_MASK = 0x00FF0000, // Mask for the rest of the values in this enumeration enumerator in enum:sidestep::AddressingMethod
H A Dmini_disassembler.cc239 switch (flag_operand & AM_MASK) {
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dmini_disassembler_types.h91 AM_MASK = 0x00FF0000, // Mask for the rest of the values in this enumeration enumerator in enum:sidestep::AddressingMethod
H A Dmini_disassembler.cc239 switch (flag_operand & AM_MASK) {
/external/chromium_org/tools/traceline/traceline/sidestep/
H A Dmini_disassembler_types.h62 AM_MASK = 0x00FF0000, // Mask for the rest of the values in this enumeration enumerator in enum:sidestep::AddressingMethod
H A Dmini_disassembler.cc228 switch (flag_operand & AM_MASK) {

Completed in 53 milliseconds