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

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

Issue 9372063: MIPS: Enable serialization for MIPS architecture. (Closed)
Patch Set: Rework on serialization handling of root references. 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: src/mips/assembler-mips.h
diff --git a/src/mips/assembler-mips.h b/src/mips/assembler-mips.h
index b1ffc45c0a2bd2088973355559cf2888a3df15c6..8d005f12f25d30ea77bb25faee935b66ace3efb7 100644
--- a/src/mips/assembler-mips.h
+++ b/src/mips/assembler-mips.h
@@ -1009,6 +1009,8 @@ class Assembler : public AssemblerBase {
// Say if we need to relocate with this mode.
bool MustUseReg(RelocInfo::Mode rmode);
+ bool SerializingTryLoadFromRoot(RelocInfo::Mode rmode);
Erik Corry 2012/03/17 02:49:18 I got rid of this.
+
// Record reloc info for current pc_.
void RecordRelocInfo(RelocInfo::Mode rmode, intptr_t data = 0);
« no previous file with comments | « SConstruct ('k') | src/mips/assembler-mips.cc » ('j') | src/mips/assembler-mips.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698