| Index: src/stub-cache.h
|
| ===================================================================
|
| --- src/stub-cache.h (revision 5176)
|
| +++ src/stub-cache.h (working copy)
|
| @@ -336,6 +336,10 @@
|
| Object* KeyedLoadPropertyWithInterceptor(Arguments args);
|
|
|
|
|
| +// Support function for computing call IC miss stubs.
|
| +Handle<Code> ComputeCallMiss(int argc, Code::Kind kind);
|
| +
|
| +
|
| // The stub compiler compiles stubs for the stub cache.
|
| class StubCompiler BASE_EMBEDDED {
|
| public:
|
| @@ -684,9 +688,7 @@
|
|
|
| void GenerateNameCheck(String* name, Label* miss);
|
|
|
| - // Generates a jump to CallIC miss stub. Returns Failure if the jump cannot
|
| - // be generated.
|
| - Object* GenerateMissBranch();
|
| + void GenerateMissBranch();
|
| };
|
|
|
|
|
|
|