Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: third_party/tcmalloc/chromium/src/windows/mini_disassembler.h

Issue 9667026: Revert 126020 - Experiment for updating the tcmalloc chromium branch to r144 (gperftools 2.0). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/tcmalloc/chromium/src/windows/mini_disassembler.h
===================================================================
--- third_party/tcmalloc/chromium/src/windows/mini_disassembler.h (revision 126022)
+++ third_party/tcmalloc/chromium/src/windows/mini_disassembler.h (working copy)
@@ -36,7 +36,6 @@
#ifndef GOOGLE_PERFTOOLS_MINI_DISASSEMBLER_H_
#define GOOGLE_PERFTOOLS_MINI_DISASSEMBLER_H_
-#include "config.h"
#include <windows.h>
#include "mini_disassembler_types.h"
@@ -75,7 +74,7 @@
// IA-32 Intel® Architecture Software Developer’s Manual Volume 2:
// Instruction Set Reference for information about operand decoding
// etc.
-class PERFTOOLS_DLL_DECL MiniDisassembler {
+class MiniDisassembler {
public:
// Creates a new instance and sets defaults.
@@ -166,12 +165,6 @@
// Default address size is 32 bits if true, 16 bits if false.
bool address_default_is_32_bits_;
- // Determines if 64 bit operands are supported (x64).
- bool operand_default_support_64_bits_;
-
- // Current operand size is 64 bits if true, 32 bits if false.
- bool operand_is_64_bits_;
-
// Huge big opcode table based on the IA-32 manual, defined
// in Ia32OpcodeMap.cc
static const OpcodeTable s_ia32_opcode_map_[];
« no previous file with comments | « third_party/tcmalloc/chromium/src/windows/mingw.h ('k') | third_party/tcmalloc/chromium/src/windows/mini_disassembler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698