| Index: src/a64/lithium-codegen-a64.h
|
| diff --git a/src/a64/lithium-codegen-a64.h b/src/a64/lithium-codegen-a64.h
|
| index e2805e1f07fe34c5a226057def63afdf6cfc3c03..a55b86f8309abf7f5c45840543cdee7356a1c173 100644
|
| --- a/src/a64/lithium-codegen-a64.h
|
| +++ b/src/a64/lithium-codegen-a64.h
|
| @@ -216,6 +216,10 @@ class LCodeGen: public LCodeGenBase {
|
| void PopulateDeoptimizationData(Handle<Code> code);
|
| void PopulateDeoptimizationLiteralsWithInlinedFunctions();
|
|
|
| + MemOperand BuildSeqStringOperand(Register string,
|
| + Register temp,
|
| + LOperand* index,
|
| + String::Encoding encoding);
|
| void Deoptimize(LEnvironment* environment);
|
| void Deoptimize(LEnvironment* environment,
|
| Deoptimizer::BailoutType bailout_type);
|
|
|