| Index: src/mips64/macro-assembler-mips64.h
|
| diff --git a/src/mips64/macro-assembler-mips64.h b/src/mips64/macro-assembler-mips64.h
|
| index 2d84b40618be1651e031e585e2ce18f4b64b58ed..f45c487235765d35aa81505ed44b39e4495490a1 100644
|
| --- a/src/mips64/macro-assembler-mips64.h
|
| +++ b/src/mips64/macro-assembler-mips64.h
|
| @@ -1356,6 +1356,9 @@ const Operand& rt = Operand(zero_reg), BranchDelaySlot bd = PROTECT
|
| // Store the function for the given builtin in the target register.
|
| void GetBuiltinFunction(Register target, Builtins::JavaScript id);
|
|
|
| + void BranchIfNotBuiltin(Register function, Register temp,
|
| + BuiltinFunctionId id, Label* miss);
|
| +
|
| struct Unresolved {
|
| int pc;
|
| uint32_t flags; // See Bootstrapper::FixupFlags decoders/encoders.
|
|
|