Home
last modified time | relevance | path

Searched refs:capacity_node (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dcode-stub-assembler.cc4173 Node* CodeStubAssembler::AllocatePropertyArray(Node* capacity_node, in AllocatePropertyArray() argument
4176 CSA_SLOW_ASSERT(this, MatchesParameterMode(capacity_node, mode)); in AllocatePropertyArray()
4177 CSA_ASSERT(this, IntPtrOrSmiGreaterThan(capacity_node, in AllocatePropertyArray()
4179 Node* total_size = GetPropertyArrayAllocationSize(capacity_node, mode); in AllocatePropertyArray()
4185 InitializePropertyArrayLength(array, capacity_node, mode); in AllocatePropertyArray()