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

Unified Diff: src/objects/map.h

Issue 2957313002: Inline Map::has_code_cache() into its one caller. (Closed)
Patch Set: Inline Map::has_code_cache() into its one caller. 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/objects-inl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects/map.h
diff --git a/src/objects/map.h b/src/objects/map.h
index 6d0526b389c36eb5f15602b609e0ad0dedcd4638..280544020aa432b40a5da07c6dbbc9ca987c97d8 100644
--- a/src/objects/map.h
+++ b/src/objects/map.h
@@ -320,9 +320,6 @@ class Map : public HeapObject {
inline void set_is_access_check_needed(bool access_check_needed);
inline bool is_access_check_needed();
- // Returns true if map has a non-empty stub code cache.
- inline bool has_code_cache();
-
// [prototype]: implicit prototype object.
DECL_ACCESSORS(prototype, Object)
// TODO(jkummerow): make set_prototype private.
« no previous file with comments | « src/objects-inl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698