Index: src/full-codegen/arm64/full-codegen-arm64.cc |
diff --git a/src/full-codegen/arm64/full-codegen-arm64.cc b/src/full-codegen/arm64/full-codegen-arm64.cc |
index 8919b1f22b11ce6017c14d3ba7b2c9d1f28576f0..e1c5d3796b8844cddc03128353ef84e81429864e 100644 |
--- a/src/full-codegen/arm64/full-codegen-arm64.cc |
+++ b/src/full-codegen/arm64/full-codegen-arm64.cc |
@@ -2120,16 +2120,6 @@ void FullCodeGenerator::EmitKeyedPropertyAssignment(Assignment* expr) { |
context()->Plug(x0); |
} |
- |
-void FullCodeGenerator::CallIC(Handle<Code> code, |
- TypeFeedbackId ast_id) { |
- ic_total_count_++; |
- // All calls must have a predictable size in full-codegen code to ensure that |
- // the debugger can patch them correctly. |
- __ Call(code, RelocInfo::CODE_TARGET, ast_id); |
-} |
- |
- |
// Code common for calls using the IC. |
void FullCodeGenerator::EmitCallWithLoadIC(Call* expr) { |
ASM_LOCATION("FullCodeGenerator::EmitCallWithLoadIC"); |