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

Unified Diff: runtime/vm/precompiler.h

Issue 2699853002: Sort class IDs before training AppJIT snapshots (Closed)
Patch Set: Add DeleteAllCode Created 3 years, 10 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 | « runtime/vm/isolate.cc ('k') | runtime/vm/precompiler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/precompiler.h
diff --git a/runtime/vm/precompiler.h b/runtime/vm/precompiler.h
index e47674cfda4c8ab1d062216decb4e7702d8a421e..788182a2eb9f5712cb22ed995dda6968fc51ed52 100644
--- a/runtime/vm/precompiler.h
+++ b/runtime/vm/precompiler.h
@@ -445,7 +445,6 @@ class Precompiler : public ValueObject {
ParsedJSONObject* LookupFeedback(const Function& function);
void DoCompileAll(Dart_QualifiedFunctionName embedder_entry_points[]);
- void ClearAllCode();
void AddRoots(Dart_QualifiedFunctionName embedder_entry_points[]);
void AddEntryPoints(Dart_QualifiedFunctionName entry_points[]);
void Iterate();
@@ -493,9 +492,6 @@ class Precompiler : public ValueObject {
void PrecompileConstructors();
void FinalizeAllClasses();
- void SortClasses();
- void RemapClassIds(intptr_t* old_to_new_cid);
- void RehashTypes();
void VerifyJITFeedback();
RawScript* LookupScript(const char* uri);
intptr_t MapCid(intptr_t feedback_cid);
« no previous file with comments | « runtime/vm/isolate.cc ('k') | runtime/vm/precompiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698