Index: src/compiler/code-stub-assembler.h |
diff --git a/src/compiler/code-stub-assembler.h b/src/compiler/code-stub-assembler.h |
index 0e3bfaff05256ec5c1648f24fd4ec7884655ba94..b73c723eaa4fcd4fd01d21611443d0edd1dc7469 100644 |
--- a/src/compiler/code-stub-assembler.h |
+++ b/src/compiler/code-stub-assembler.h |
@@ -340,6 +340,8 @@ class CodeStubAssembler { |
// Load the hash field of a name. |
Node* LoadNameHash(Node* name); |
+ // Load the instance size of a Map. |
+ Node* LoadMapInstanceSize(Node* map); |
// Load an array element from a FixedArray. |
Node* LoadFixedArrayElementInt32Index(Node* object, Node* int32_index, |