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

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

Issue 9148006: [objects] seed NumberDictionary (only ia32 now) Base URL: gh:v8/v8@master
Patch Set: added test, decoupled code Created 8 years, 11 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/macro-assembler-mips.h
diff --git a/src/mips/macro-assembler-mips.h b/src/mips/macro-assembler-mips.h
index cefd4acf1bfd88650678a97477c90b52d6cab98b..57fcd277c605a30f8618d57c494d3daba0162339 100644
--- a/src/mips/macro-assembler-mips.h
+++ b/src/mips/macro-assembler-mips.h
@@ -406,6 +406,9 @@ class MacroAssembler: public Assembler {
Label* miss);
+ void GetNumberHash(Register reg0, Register scratch);
+
+
void LoadFromNumberDictionary(Label* miss,
Register elements,
Register key,

Powered by Google App Engine
This is Rietveld 408576698