summaryrefslogtreecommitdiff
path: root/deps/v8/src/compiler/bytecode-graph-builder.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/compiler/bytecode-graph-builder.h')
-rw-r--r--deps/v8/src/compiler/bytecode-graph-builder.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/deps/v8/src/compiler/bytecode-graph-builder.h b/deps/v8/src/compiler/bytecode-graph-builder.h
index 2fa5967c86..c842c24b8c 100644
--- a/deps/v8/src/compiler/bytecode-graph-builder.h
+++ b/deps/v8/src/compiler/bytecode-graph-builder.h
@@ -111,9 +111,6 @@ class BytecodeGraphBuilder {
size_t arity);
void BuildCreateLiteral(const Operator* op);
- void BuildCreateRegExpLiteral();
- void BuildCreateArrayLiteral();
- void BuildCreateObjectLiteral();
void BuildCreateArguments(CreateArgumentsType type);
void BuildLoadGlobal(TypeofMode typeof_mode);
void BuildStoreGlobal(LanguageMode language_mode);
@@ -124,10 +121,6 @@ class BytecodeGraphBuilder {
void BuildLdaLookupSlot(TypeofMode typeof_mode);
void BuildStaLookupSlot(LanguageMode language_mode);
void BuildCall(TailCallMode tail_call_mode);
- void BuildCallJSRuntime();
- void BuildCallRuntime();
- void BuildCallRuntimeForPair();
- void BuildCallConstruct();
void BuildThrow();
void BuildBinaryOp(const Operator* op);
void BuildCompareOp(const Operator* op);
@@ -135,6 +128,7 @@ class BytecodeGraphBuilder {
void BuildCastOperator(const Operator* op);
void BuildForInPrepare();
void BuildForInNext();
+ void BuildInvokeIntrinsic();
// Control flow plumbing.
void BuildJump();