Index: src/mips64/macro-assembler-mips64.h |
diff --git a/src/mips64/macro-assembler-mips64.h b/src/mips64/macro-assembler-mips64.h |
index 7fdcfc1249a96edf167c9c25b51f9de786e9b939..7691ba4d89c0a568f0263a2a53081cb5905613ec 100644 |
--- a/src/mips64/macro-assembler-mips64.h |
+++ b/src/mips64/macro-assembler-mips64.h |
@@ -1371,18 +1371,16 @@ const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT |
void JumpToExternalReference(const ExternalReference& builtin, |
BranchDelaySlot bd = PROTECT); |
- // 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 a1. |
- void GetBuiltinEntry(Register target, Builtins::JavaScript id); |
+ void GetBuiltinEntry(Register target, 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); |
struct Unresolved { |
int pc; |
@@ -1746,10 +1744,6 @@ const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT |
InvokeFlag flag, |
const CallWrapper& call_wrapper); |
- // Get the code for the given builtin. Returns if able to resolve |
- // the function in the 'resolved' flag. |
- Handle<Code> ResolveBuiltin(Builtins::JavaScript id, bool* resolved); |
- |
void InitializeNewString(Register string, |
Register length, |
Heap::RootListIndex map_index, |