Index: src/code-stub-assembler.h |
diff --git a/src/code-stub-assembler.h b/src/code-stub-assembler.h |
index 87d69f37a2395c7007bda765e39adad91e4a2b63..c374f110c5bc1a6d9b3af96112b450900f7a9b75 100644 |
--- a/src/code-stub-assembler.h |
+++ b/src/code-stub-assembler.h |
@@ -449,6 +449,9 @@ class CodeStubAssembler : public compiler::CodeAssembler { |
Variable* var_handler, Label* if_miss, |
int unroll_count); |
+ void HaveLoadICHandler(const LoadICParameters* p, compiler::Node* handler, |
+ Label* miss); |
+ |
compiler::Node* StubCachePrimaryOffset(compiler::Node* name, |
compiler::Node* map); |
@@ -471,6 +474,7 @@ class CodeStubAssembler : public compiler::CodeAssembler { |
void LoadIC(const LoadICParameters* p); |
void LoadGlobalIC(const LoadICParameters* p); |
+ void KeyedLoadIC(const LoadICParameters* p); |
// Get the enumerable length from |map| and return the result as a Smi. |
compiler::Node* EnumLength(compiler::Node* map); |