| Index: runtime/vm/code_patcher_mips.cc
|
| diff --git a/runtime/vm/code_patcher_mips.cc b/runtime/vm/code_patcher_mips.cc
|
| index 4b6ceca1a076a80d18f5617acc5b47262df121e5..95d220bbf3553fecda5790c77518d590e9691513 100644
|
| --- a/runtime/vm/code_patcher_mips.cc
|
| +++ b/runtime/vm/code_patcher_mips.cc
|
| @@ -38,17 +38,6 @@ void CodePatcher::PatchInstanceCallAt(uword return_address,
|
| }
|
|
|
|
|
| -int32_t CodePatcher::GetPoolOffsetAt(uword return_address) {
|
| - UNIMPLEMENTED();
|
| - return 0;
|
| -}
|
| -
|
| -
|
| -void CodePatcher::SetPoolOffsetAt(uword return_address, int32_t offset) {
|
| - UNIMPLEMENTED();
|
| -}
|
| -
|
| -
|
| void CodePatcher::InsertCallAt(uword start, uword target) {
|
| // The inserted call should not overlap the lazy deopt jump code.
|
| ASSERT(start + CallPattern::kFixedLengthInBytes <= target);
|
|
|