HomeSort by relevance Sort by last modified time
    Searched refs:modrm_entry (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sandbox/win/src/sidestep/
mini_disassembler.cpp 344 const ModrmEntry* modrm_entry = 0; local
346 modrm_entry = &s_ia32_modrm_map_[modrm];
348 modrm_entry = &s_ia16_modrm_map_[modrm];
350 // Invariant: modrm_entry points to information that we need to decode
355 if (modrm_entry->is_encoded_in_instruction_)
356 operand_bytes_ += modrm_entry->operand_size_;
360 if (modrm_entry->use_sib_byte_) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
mini_disassembler.cc 380 const ModrmEntry* modrm_entry = 0; local
382 modrm_entry = &s_ia32_modrm_map_[modrm];
384 modrm_entry = &s_ia16_modrm_map_[modrm];
386 // Invariant: modrm_entry points to information that we need to decode
391 if (modrm_entry->is_encoded_in_instruction_)
392 operand_bytes_ += modrm_entry->operand_size_;
396 if (modrm_entry->use_sib_byte_) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
mini_disassembler.cc 380 const ModrmEntry* modrm_entry = 0; local
382 modrm_entry = &s_ia32_modrm_map_[modrm];
384 modrm_entry = &s_ia16_modrm_map_[modrm];
386 // Invariant: modrm_entry points to information that we need to decode
391 if (modrm_entry->is_encoded_in_instruction_)
392 operand_bytes_ += modrm_entry->operand_size_;
396 if (modrm_entry->use_sib_byte_) {
  /external/chromium_org/tools/traceline/traceline/sidestep/
mini_disassembler.cc 365 const ModrmEntry* modrm_entry = 0; local
367 modrm_entry = &s_ia32_modrm_map_[modrm];
369 modrm_entry = &s_ia16_modrm_map_[modrm];
371 // Invariant: modrm_entry points to information that we need to decode
376 if (modrm_entry->is_encoded_in_instruction_)
377 operand_bytes_ += modrm_entry->operand_size_;
381 if (modrm_entry->use_sib_byte_) {

Completed in 192 milliseconds