| Index: src/stub-cache.h
|
| ===================================================================
|
| --- src/stub-cache.h (revision 813)
|
| +++ src/stub-cache.h (working copy)
|
| @@ -148,6 +148,7 @@
|
| // ---
|
|
|
| static Object* ComputeCallInitialize(int argc);
|
| + static Object* ComputeCallInitializeInLoop(int argc);
|
| static Object* ComputeCallPreMonomorphic(int argc);
|
| static Object* ComputeCallNormal(int argc);
|
| static Object* ComputeCallMegamorphic(int argc);
|
| @@ -339,6 +340,11 @@
|
| Register receiver,
|
| Register scratch,
|
| Label* miss_label);
|
| + static void GenerateLoadStringLength2(MacroAssembler* masm,
|
| + Register receiver,
|
| + Register scratch1,
|
| + Register scratch2,
|
| + Label* miss_label);
|
| static void GenerateLoadFunctionPrototype(MacroAssembler* masm,
|
| Register receiver,
|
| Register scratch1,
|
|
|