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

Unified Diff: src/contexts-inl.h

Issue 2562623003: Revert of Store OSR'd optimized code on the native context. (patchset #8 id:140001 of https://coder… (Closed)
Patch Set: Created 4 years 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/contexts.cc ('k') | src/debug/debug.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/contexts-inl.h
diff --git a/src/contexts-inl.h b/src/contexts-inl.h
index cdcb7cf4aa26ccab94fb1e72a3cec6848bc85b67..ce2c97be753f774d04bfa22cbd47707d6ded1b60 100644
--- a/src/contexts-inl.h
+++ b/src/contexts-inl.h
@@ -124,9 +124,6 @@ bool Context::IsScriptContext() {
return map == map->GetHeap()->script_context_map();
}
-bool Context::OptimizedCodeMapIsCleared() {
- return osr_code_table() == GetHeap()->empty_fixed_array();
-}
bool Context::HasSameSecurityTokenAs(Context* that) {
return this->native_context()->security_token() ==
« no previous file with comments | « src/contexts.cc ('k') | src/debug/debug.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698