Index: runtime/vm/stub_code_arm.cc |
diff --git a/runtime/vm/stub_code_arm.cc b/runtime/vm/stub_code_arm.cc |
index 9459b29e51d516149b062ebc7ef6dabf84a8dd8a..7023472aac8707d96d557eae0822ce45e01471ef 100644 |
--- a/runtime/vm/stub_code_arm.cc |
+++ b/runtime/vm/stub_code_arm.cc |
@@ -387,13 +387,6 @@ static void PushArgumentsArray(Assembler* assembler) { |
} |
-DECLARE_LEAF_RUNTIME_ENTRY(intptr_t, DeoptimizeCopyFrame, |
- intptr_t deopt_reason, |
- uword saved_registers_address); |
- |
-DECLARE_LEAF_RUNTIME_ENTRY(void, DeoptimizeFillFrame, uword last_fp); |
- |
- |
// Used by eager and lazy deoptimization. Preserve result in R0 if necessary. |
// This stub translates optimized frame into unoptimized frame. The optimized |
// frame can contain values in registers and on stack, the unoptimized |
@@ -962,8 +955,6 @@ void StubCode::GenerateAllocateContextStub(Assembler* assembler) { |
} |
-DECLARE_LEAF_RUNTIME_ENTRY(void, StoreBufferBlockProcess, Isolate* isolate); |
- |
// Helper stub to implement Assembler::StoreIntoObject. |
// Input parameters: |
// R0: address (i.e. object) being stored into. |
@@ -1920,12 +1911,6 @@ void StubCode::GenerateOptimizeFunctionStub(Assembler* assembler) { |
} |
-DECLARE_LEAF_RUNTIME_ENTRY(intptr_t, |
- BigintCompare, |
- RawBigint* left, |
- RawBigint* right); |
- |
- |
// Does identical check (object references are equal or not equal) with special |
// checks for boxed numbers. |
// LR: return address. |