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

Unified Diff: src/ia32/assembler-ia32.h

Issue 2109613004: Remove position info from relocation info. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@turbosourcepos
Patch Set: fix Created 4 years, 6 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
« no previous file with comments | « src/disassembler.cc ('k') | src/ia32/assembler-ia32.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ia32/assembler-ia32.h
diff --git a/src/ia32/assembler-ia32.h b/src/ia32/assembler-ia32.h
index 4e542d72c9b04a60a5cefc90266c852d2073ecc0..0241eb4ba23f5c7ea03c7ddbaadd64f5e82ceb12 100644
--- a/src/ia32/assembler-ia32.h
+++ b/src/ia32/assembler-ia32.h
@@ -1465,10 +1465,6 @@ class Assembler : public AssemblerBase {
static bool IsNop(Address addr);
- AssemblerPositionsRecorder* positions_recorder() {
- return &positions_recorder_;
- }
-
int relocation_writer_size() {
return (buffer_ + buffer_size_) - reloc_info_writer.pos();
}
@@ -1574,9 +1570,6 @@ class Assembler : public AssemblerBase {
// code generation
RelocInfoWriter reloc_info_writer;
-
- AssemblerPositionsRecorder positions_recorder_;
- friend class AssemblerPositionsRecorder;
};
« no previous file with comments | « src/disassembler.cc ('k') | src/ia32/assembler-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698