Home
last modified time | relevance | path

Searched refs:ToKeyIndex (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dtransitions-inl.h41 RawFieldOfElementAt(ToKeyIndex(transition_number))); in GetKeySlot()
60 return Name::cast(Get(ToKeyIndex(transition_number))->ToStrongHeapObject()); in GetKey()
81 WeakFixedArray::Set(ToKeyIndex(transition_number), in SetKey()
197 WeakFixedArray::Set(ToKeyIndex(transition_number), in Set()
H A Dtransitions.h255 static int ToKeyIndex(int transition_number) { in ToKeyIndex() function
297 return ToKeyIndex(number_of_transitions); in LengthFor()
H A Dtransitions.cc190 result->Shrink(TransitionArray::ToKeyIndex(new_nof)); in Insert()
484 result->Shrink(TransitionArray::ToKeyIndex(0)); in EnsureHasFullTransitionArray()
H A Dobjects-inl.h1951 return RawFieldOfElementAt(ToKeyIndex(descriptor_number)); in GetKeySlot()
1967 return Name::cast(get(ToKeyIndex(descriptor_number))); in GetKey()
2036 set(ToKeyIndex(descriptor_number), key); in Set()
H A Dcode-stub-assembler.cc2521 descriptors, DescriptorArray::ToKeyIndex(length_index))); in EnsureArrayLengthWritable()
7295 TNode<IntPtrT> first_inclusive = IntPtrConstant(Array::ToKeyIndex(0)); in LookupLinear()
7345 TNode<IntPtrT> CodeStubAssembler::ToKeyIndex(TNode<Uint32T> entry_index) { in ToKeyIndex() function in v8::internal::CodeStubAssembler
7346 return IntPtrAdd(IntPtrConstant(Array::ToKeyIndex(0)), in ToKeyIndex()
7350 template TNode<IntPtrT> CodeStubAssembler::ToKeyIndex<DescriptorArray>(
7352 template TNode<IntPtrT> CodeStubAssembler::ToKeyIndex<TransitionArray>(
7375 const int key_offset = Array::ToKeyIndex(0) * kPointerSize; in GetKey()
7459 *var_name_index = ToKeyIndex<Array>(sort_index); in LookupBinary()
7472 IntPtrAdd(IntPtrConstant(DescriptorArray::ToKeyIndex(0)), in DescriptorArrayForEach()
7476 IntPtrAdd(IntPtrConstant(DescriptorArray::ToKeyIndex(0)), in DescriptorArrayForEach()
H A Dobjects-debug.cc672 Object* key = get(ToKeyIndex(descriptor)); in DescriptorArrayVerify()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dtransitions-inl.h44 return HeapObjectSlot(RawFieldOfElementAt(ToKeyIndex(transition_number))); in GetKeySlot()
64 Get(ToKeyIndex(transition_number))->GetHeapObjectAssumeStrong()); in GetKey()
90 WeakFixedArray::Set(ToKeyIndex(transition_number), in SetKey()
267 WeakFixedArray::Set(ToKeyIndex(transition_number), in Set()
H A Dtransitions.h252 static int ToKeyIndex(int transition_number) { in ToKeyIndex() function
292 return ToKeyIndex(number_of_transitions); in LengthFor()
H A Ddescriptor-array.h208 static constexpr int ToKeyIndex(int descriptor_number) { in ToKeyIndex() function
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dtransitions-inl.h42 return HeapObjectSlot(RawFieldOfElementAt(ToKeyIndex(transition_number))); in GetKeySlot()
62 Get(ToKeyIndex(transition_number))->GetHeapObjectAssumeStrong()); in GetKey()
88 WeakFixedArray::Set(ToKeyIndex(transition_number), in SetKey()
293 WeakFixedArray::Set(ToKeyIndex(transition_number), in Set()
H A Dtransitions.h282 static int ToKeyIndex(int transition_number) { in ToKeyIndex() function
326 return ToKeyIndex(number_of_transitions); in LengthFor()
H A Ddescriptor-array.h207 static constexpr int ToKeyIndex(int descriptor_number) { in ToKeyIndex() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dtransitions-inl.h44 return HeapObjectSlot(RawFieldOfElementAt(ToKeyIndex(transition_number))); in GetKeySlot()
64 Get(ToKeyIndex(transition_number))->GetHeapObjectAssumeStrong()); in GetKey()
90 WeakFixedArray::Set(ToKeyIndex(transition_number), in SetKey()
289 WeakFixedArray::Set(ToKeyIndex(transition_number), in Set()
H A Dtransitions.h260 static int ToKeyIndex(int transition_number) { in ToKeyIndex() function
303 return ToKeyIndex(number_of_transitions); in LengthFor()
H A Ddescriptor-array.h207 static constexpr int ToKeyIndex(int descriptor_number) { in ToKeyIndex() function
/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Ddescriptor-array.h169 return ToKeyIndex(number_of_descriptors); in LengthFor()
177 static constexpr int ToKeyIndex(int descriptor_number) { in ToKeyIndex() function
/dports/www/node10/node-v10.24.1/deps/v8/src/builtins/
H A Dbuiltins-function-gen.cc64 descriptors, DescriptorArray::ToKeyIndex(length_index))); in TF_BUILTIN()
76 descriptors, DescriptorArray::ToKeyIndex(name_index))); in TF_BUILTIN()
H A Dbuiltins-object-gen.cc347 TNode<IntPtrT> descriptor_name_index = ToKeyIndex<DescriptorArray>( in FastGetOwnValuesOrEntries()
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-descriptor-array.cc77 CHECK_EQ(DescriptorArray::ToKeyIndex(static_cast<int>(i)), in CheckDescriptorArrayLookups()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/
H A Dcode-stub-assembler.cc7581 DescriptorArray::ToKeyIndex(0) * kTaggedSize)); in LoadKeyByDescriptorEntry()
7588 DescriptorArray::ToKeyIndex(descriptor_entry) * kTaggedSize)); in LoadKeyByDescriptorEntry()
7962 TNode<IntPtrT> first_inclusive = IntPtrConstant(Array::ToKeyIndex(0)); in LookupLinear()
8011 return IntPtrAdd(IntPtrConstant(Array::ToKeyIndex(0)), in ToKeyIndex()
8015 template TNode<IntPtrT> CodeStubAssembler::ToKeyIndex<DescriptorArray>(
8017 template TNode<IntPtrT> CodeStubAssembler::ToKeyIndex<TransitionArray>(
8040 const int key_offset = Array::ToKeyIndex(0) * kTaggedSize; in GetKey()
8123 *var_name_index = ToKeyIndex<Array>(sort_index); in LookupBinary()
8150 ToKeyIndex<DescriptorArray>(Unsigned(Int32Constant(0)))); in ForEachEnumerableOwnProperty()
8153 ToKeyIndex<DescriptorArray>(nof_descriptors)); in ForEachEnumerableOwnProperty()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/
H A Dcode-stub-assembler.cc7573 DescriptorArray::ToKeyIndex(0) * kTaggedSize)); in LoadKeyByDescriptorEntry()
7580 DescriptorArray::ToKeyIndex(descriptor_entry) * kTaggedSize)); in LoadKeyByDescriptorEntry()
7958 TNode<IntPtrT> first_inclusive = IntPtrConstant(Array::ToKeyIndex(0)); in LookupLinear()
8007 return IntPtrAdd(IntPtrConstant(Array::ToKeyIndex(0)), in ToKeyIndex()
8011 template TNode<IntPtrT> CodeStubAssembler::ToKeyIndex<DescriptorArray>(
8013 template TNode<IntPtrT> CodeStubAssembler::ToKeyIndex<TransitionArray>(
8036 const int key_offset = Array::ToKeyIndex(0) * kTaggedSize; in GetKey()
8119 *var_name_index = ToKeyIndex<Array>(sort_index); in LookupBinary()
8146 ToKeyIndex<DescriptorArray>(Unsigned(Int32Constant(0)))); in ForEachEnumerableOwnProperty()
8149 ToKeyIndex<DescriptorArray>(nof_descriptors)); in ForEachEnumerableOwnProperty()
[all …]
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dcode-stub-assembler.cc8149 DescriptorArray::ToKeyIndex(0) * kTaggedSize)); in LoadKeyByDescriptorEntry()
8156 DescriptorArray::ToKeyIndex(descriptor_entry) * kTaggedSize)); in LoadKeyByDescriptorEntry()
8715 TNode<IntPtrT> first_inclusive = IntPtrConstant(Array::ToKeyIndex(0)); in LookupLinear()
8764 return IntPtrAdd(IntPtrConstant(Array::ToKeyIndex(0)), in ToKeyIndex()
8768 template TNode<IntPtrT> CodeStubAssembler::ToKeyIndex<DescriptorArray>(
8770 template TNode<IntPtrT> CodeStubAssembler::ToKeyIndex<TransitionArray>(
8793 const int key_offset = Array::ToKeyIndex(0) * kTaggedSize; in GetKey()
8876 *var_name_index = ToKeyIndex<Array>(sort_index); in LookupBinary()
8903 ToKeyIndex<DescriptorArray>(Unsigned(Int32Constant(0)))); in ForEachEnumerableOwnProperty()
8906 ToKeyIndex<DescriptorArray>(nof_descriptors)); in ForEachEnumerableOwnProperty()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Dbuiltins-object-gen.cc299 TNode<IntPtrT> descriptor_name_index = ToKeyIndex<DescriptorArray>( in FastGetOwnValuesOrEntries()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Dbuiltins-object-gen.cc301 TNode<IntPtrT> descriptor_name_index = ToKeyIndex<DescriptorArray>( in FastGetOwnValuesOrEntries()
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Dbuiltins-object-gen.cc304 TNode<IntPtrT> descriptor_name_index = ToKeyIndex<DescriptorArray>( in FastGetOwnValuesOrEntries()

12