| Index: vm/stub_code.cc
|
| ===================================================================
|
| --- vm/stub_code.cc (revision 700)
|
| +++ vm/stub_code.cc (working copy)
|
| @@ -101,15 +101,6 @@
|
| }
|
|
|
|
|
| -bool StubCode::InCallInstanceFunctionStubCode(uword pc) {
|
| - if ((pc >= CallInstanceFunctionEntryPoint()) &&
|
| - (pc < (CallInstanceFunctionEntryPoint() + CallInstanceFunctionSize()))) {
|
| - return true;
|
| - }
|
| - return false;
|
| -}
|
| -
|
| -
|
| bool StubCode::InStubCallToRuntimeStubCode(uword pc) {
|
| if ((pc >= StubCallToRuntimeEntryPoint()) &&
|
| (pc < (StubCallToRuntimeEntryPoint() + StubCallToRuntimeSize()))) {
|
|
|