Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(638)

Unified Diff: src/arm64/assembler-arm64-inl.h

Issue 2944013002: Remove TypeFeedbackId parameters from assembler and full-code. (Closed)
Patch Set: REBASE+fixes. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/arm64/assembler-arm64.cc ('k') | src/arm64/macro-assembler-arm64.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/arm64/assembler-arm64-inl.h
diff --git a/src/arm64/assembler-arm64-inl.h b/src/arm64/assembler-arm64-inl.h
index af1d27ee52051fbeb210942192087e2488a5b4e3..097dfc7295c4eb25fe8e88c412463c337bc4f774 100644
--- a/src/arm64/assembler-arm64-inl.h
+++ b/src/arm64/assembler-arm64-inl.h
@@ -1273,18 +1273,6 @@ inline void Assembler::CheckBuffer() {
}
}
-
-TypeFeedbackId Assembler::RecordedAstId() {
- DCHECK(!recorded_ast_id_.IsNone());
- return recorded_ast_id_;
-}
-
-
-void Assembler::ClearRecordedAstId() {
- recorded_ast_id_ = TypeFeedbackId::None();
-}
-
-
} // namespace internal
} // namespace v8
« no previous file with comments | « src/arm64/assembler-arm64.cc ('k') | src/arm64/macro-assembler-arm64.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698