| Index: src/arm64/assembler-arm64.h
|
| diff --git a/src/arm64/assembler-arm64.h b/src/arm64/assembler-arm64.h
|
| index 40bf105ce80feae60c560125dbf18af7afcbbc12..ff2d01f56a3108a96ae5db4f52d9a86efcc82f30 100644
|
| --- a/src/arm64/assembler-arm64.h
|
| +++ b/src/arm64/assembler-arm64.h
|
| @@ -3469,22 +3469,7 @@ class Assembler : public AssemblerBase {
|
| // The pending constant pool.
|
| ConstPool constpool_;
|
|
|
| - // Relocation for a type-recording IC has the AST id added to it. This
|
| - // member variable is a way to pass the information from the call site to
|
| - // the relocation info.
|
| - TypeFeedbackId recorded_ast_id_;
|
| -
|
| - inline TypeFeedbackId RecordedAstId();
|
| - inline void ClearRecordedAstId();
|
| -
|
| protected:
|
| - // Record the AST id of the CallIC being compiled, so that it can be placed
|
| - // in the relocation information.
|
| - void SetRecordedAstId(TypeFeedbackId ast_id) {
|
| - DCHECK(recorded_ast_id_.IsNone());
|
| - recorded_ast_id_ = ast_id;
|
| - }
|
| -
|
| // Code generation
|
| // The relocation writer's position is at least kGap bytes below the end of
|
| // the generated instructions. This is so that multi-instruction sequences do
|
|
|