Index: src/arm64/macro-assembler-arm64.h |
diff --git a/src/arm64/macro-assembler-arm64.h b/src/arm64/macro-assembler-arm64.h |
index 22d2ad2b7d6d2b2107889dbb3971acc9bf460600..a050a74fcbc9311db13a74d2a363426595f21446 100644 |
--- a/src/arm64/macro-assembler-arm64.h |
+++ b/src/arm64/macro-assembler-arm64.h |
@@ -1145,20 +1145,17 @@ class MacroAssembler : public Assembler { |
int num_arguments); |
- // Invoke specified builtin JavaScript function. Adds an entry to |
- // the unresolved list if the name does not resolve. |
- void InvokeBuiltin(Builtins::JavaScript id, |
- InvokeFlag flag, |
+ // Invoke specified builtin JavaScript function. |
+ void InvokeBuiltin(int native_context_index, InvokeFlag flag, |
const CallWrapper& call_wrapper = NullCallWrapper()); |
// Store the code object for the given builtin in the target register and |
// setup the function in the function register. |
- void GetBuiltinEntry(Register target, |
- Register function, |
- Builtins::JavaScript id); |
+ void GetBuiltinEntry(Register target, Register function, |
+ int native_context_index); |
// Store the function for the given builtin in the target register. |
- void GetBuiltinFunction(Register target, Builtins::JavaScript id); |
+ void GetBuiltinFunction(Register target, int native_context_index); |
void Jump(Register target); |
void Jump(Address target, RelocInfo::Mode rmode); |