Home
last modified time | relevance | path

Searched refs:fast_elements (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-array.cc652 * The second parameter of the constructor, fast_elements, specifies
661 bool fast_elements) in ArrayConcatVisitor()
665 bit_field_(FastElementsField::encode(fast_elements) | in ArrayConcatVisitor()
674 DCHECK_IMPLIES(this->fast_elements(), is_fixed_array()); in ArrayConcatVisitor()
700 if (fast_elements()) { in visit()
712 DCHECK(!fast_elements()); in visit()
738 if (fast_elements() && in increase_index_offset()
755 array, fast_elements() ? HOLEY_ELEMENTS : DICTIONARY_ELEMENTS); in ToArray()
782 DCHECK(fast_elements() && is_fixed_array()); in SetDictionaryMode()
819 bool fast_elements() cons function in v8::internal::__anon14076::ArrayConcatVisitor
660 ArrayConcatVisitor(Isolate* isolate, Handle<HeapObject> storage, bool fast_elements) ArrayConcatVisitor() argument
[all...]
H A Dbuiltins-array-gen.cc271 Label return_undefined(this), fast_elements(this); in TF_BUILTIN()
300 &fast_elements); in TF_BUILTIN() local
312 BIND(&fast_elements); in TF_BUILTIN()
H A Dbuiltins-constructor-gen.cc465 Label zero_capacity(this), cow_elements(this), fast_elements(this), in CreateShallowArrayLiteral()
/third_party/node/deps/v8/src/ast/
H A Dast.cc378 if (fast_elements()) flags |= ObjectLiteral::kFastElements; in ComputeFlags()
395 if (fast_elements()) flags |= ObjectLiteral::kFastElements; in EncodeLiteralType()
537 return fast_elements() && is_shallow() && in IsFastCloningSupported()
H A Dast.h1282 bool fast_elements() const { return FastElementsField::decode(bit_field_); } in fast_elements() function in v8::internal::final
1324 void set_fast_elements(bool fast_elements) { in set_fast_elements() argument
1325 bit_field_ = FastElementsField::update(bit_field_, fast_elements); in set_fast_elements()
/third_party/node/deps/v8/src/ic/
H A Dkeyed-store-generic.cc552 TNode<FixedArrayBase> fast_elements = LoadElements(receiver); in StoreElementWithCapacity() local
555 Store(fast_elements, fast_offset, value); in StoreElementWithCapacity()

Completed in 18 milliseconds