Index: src/runtime.h |
diff --git a/src/runtime.h b/src/runtime.h |
index 95fb41956f79adce6806753aab0efb95b715c571..80db70ee80316c990861b794f6c9d71fbceba86d 100644 |
--- a/src/runtime.h |
+++ b/src/runtime.h |
@@ -86,10 +86,9 @@ namespace internal { |
F(GetConstructorDelegate, 1, 1) \ |
F(NewArgumentsFast, 3, 1) \ |
F(NewStrictArgumentsFast, 3, 1) \ |
- F(LazyCompile, 1, 1) \ |
- F(LazyRecompile, 1, 1) \ |
- F(ConcurrentRecompile, 1, 1) \ |
- F(TryInstallRecompiledCode, 1, 1) \ |
+ F(CompileUnoptimized, 1, 1) \ |
+ F(CompileOptimized, 2, 1) \ |
+ F(TryInstallOptimizedCode, 1, 1) \ |
F(NotifyDeoptimized, 1, 1) \ |
F(NotifyStubFailure, 0, 1) \ |
F(DeoptimizeFunction, 1, 1) \ |