Index: src/x64/macro-assembler-x64.h |
=================================================================== |
--- src/x64/macro-assembler-x64.h (revision 5298) |
+++ src/x64/macro-assembler-x64.h (working copy) |
@@ -203,6 +203,9 @@ |
// the unresolved list if the name does not resolve. |
void InvokeBuiltin(Builtins::JavaScript id, InvokeFlag flag); |
+ // Store the function for the given builtin in the target register. |
+ void GetBuiltinFunction(Register target, Builtins::JavaScript id); |
+ |
// Store the code object for the given builtin in the target register. |
void GetBuiltinEntry(Register target, Builtins::JavaScript id); |