Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.cc3806 Node* capacity, ParameterMode capacity_mode) { in AllocateUninitializedJSArrayWithElements() argument
3820 Node* size = ElementOffsetFromIndex(capacity, kind, capacity_mode, base_size); in AllocateUninitializedJSArrayWithElements()
3834 TNode<Smi> capacity_smi = ParameterToTagged(capacity, capacity_mode); in AllocateUninitializedJSArrayWithElements()
3869 ParameterMode capacity_mode) { in AllocateJSArray() argument
3872 CSA_SLOW_ASSERT(this, MatchesParameterMode(capacity, capacity_mode)); in AllocateJSArray()
3876 if (IsIntPtrOrSmiConstantZero(capacity, capacity_mode)) { in AllocateJSArray()
3884 capacity_mode) && in AllocateJSArray()
3888 kind, array_map, length, allocation_site, capacity, capacity_mode); in AllocateJSArray()
3891 IntPtrOrSmiConstant(0, capacity_mode), capacity, in AllocateJSArray()
3892 Heap::kTheHoleValueRootIndex, capacity_mode); in AllocateJSArray()
[all …]
Dcode-stub-assembler.h1374 Node* capacity, ParameterMode capacity_mode = INTPTR_PARAMETERS);
1379 ParameterMode capacity_mode = INTPTR_PARAMETERS);
/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc2682 ParameterMode capacity_mode = CodeStubAssembler::INTPTR_PARAMETERS; in ReplaceGlobalCallableFastPath() local
2685 allocation_site, capacity_mode); in ReplaceGlobalCallableFastPath()