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

Unified Diff: src/ic/accessor-assembler.cc

Issue 2514453002: [ic] Pass name to Runtime::kLoadGlobal_Miss and _Slow. (Closed)
Patch Set: Created 4 years, 1 month 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/builtins/builtins-handler.cc ('k') | src/ic/ic.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ic/accessor-assembler.cc
diff --git a/src/ic/accessor-assembler.cc b/src/ic/accessor-assembler.cc
index dafb055cad70b79b076cc39b6834c436091ea5df..efa1bd7e8a1f9a43386ca5c5dec4a9e77619c60a 100644
--- a/src/ic/accessor-assembler.cc
+++ b/src/ic/accessor-assembler.cc
@@ -1218,7 +1218,7 @@ void AccessorAssemblerImpl::LoadGlobalIC(const LoadICParameters* p,
}
Bind(&miss);
{
- TailCallRuntime(Runtime::kLoadGlobalIC_Miss, p->context, p->slot,
+ TailCallRuntime(Runtime::kLoadGlobalIC_Miss, p->context, p->name, p->slot,
p->vector);
}
}
« no previous file with comments | « src/builtins/builtins-handler.cc ('k') | src/ic/ic.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698