Home
last modified time | relevance | path

Searched refs:kValueIndex (Results 1 – 25 of 44) sorted by relevance

12

/dports/www/node10/node-v10.24.1/deps/v8/src/objects/
H A Dproperty-descriptor-object.h32 enum { kFlagsIndex, kValueIndex, kGetIndex, kSetIndex, kLength }; enumerator
50 FixedArray::OffsetOfElementAt(PropertyDescriptorObject::kValueIndex);
H A Dordered-hash-table.h551 static const int kValueIndex = 1; variable
H A Dordered-hash-table.cc414 table->SetDataEntry(new_entry, SmallOrderedHashMap::kValueIndex, *value); in Add()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dordered-hash-table-inl.h137 return this->GetDataEntry(entry, kValueIndex); in ValueAt()
142 this->SetDataEntry(entry, kValueIndex, value); in ValueAtPut()
H A Dordered-hash-table.h624 static const int kValueIndex = 1; variable
820 static const int kValueIndex = 1; variable
H A Dordered-hash-table.cc639 table->SetDataEntry(new_entry, SmallOrderedHashMap::kValueIndex, *value); in Add()
703 table->SetDataEntry(new_entry, SmallOrderedNameDictionary::kValueIndex, in Add()
724 SetDataEntry(entry, SmallOrderedNameDictionary::kValueIndex, value); in SetEntry()
1023 table->GetDataEntry(entry, SmallOrderedHashMap::kValueIndex), isolate); in AdjustRepresentation()
H A Dproperty-descriptor.cc148 result->InObjectPropertyAtPut(JSDataPropertyDescriptor::kValueIndex, in ToObject()
H A Djs-objects.h888 static const int kValueIndex = 0;
918 static const int kValueIndex = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dordered-hash-table-inl.h143 return this->GetDataEntry(entry.as_int(), kValueIndex); in ValueAt()
149 this->SetDataEntry(entry.as_int(), kValueIndex, value); in ValueAtPut()
H A Dordered-hash-table.h678 static const int kValueIndex = 1; variable
892 static const int kValueIndex = 1; variable
H A Dproperty-descriptor.cc148 result->InObjectPropertyAtPut(JSDataPropertyDescriptor::kValueIndex, in ToObject()
H A Dordered-hash-table.cc770 table->SetDataEntry(new_entry, SmallOrderedHashMap::kValueIndex, *value); in Add()
835 table->SetDataEntry(new_entry, SmallOrderedNameDictionary::kValueIndex, in Add()
858 SetDataEntry(raw_entry, SmallOrderedNameDictionary::kValueIndex, value); in SetEntry()
1156 table->GetDataEntry(entry.as_int(), SmallOrderedHashMap::kValueIndex), in AdjustRepresentation()
H A Djs-objects.h899 static const int kValueIndex = 0;
929 static const int kValueIndex = 0;
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dordered-hash-table-inl.h156 return this->GetDataEntry(entry.as_int(), kValueIndex); in ValueAt()
162 this->SetDataEntry(entry.as_int(), kValueIndex, value); in ValueAtPut()
H A Dproperty-descriptor.cc148 result->InObjectPropertyAtPut(JSDataPropertyDescriptor::kValueIndex, in ToObject()
H A Dordered-hash-table.cc767 table->SetDataEntry(new_entry, SmallOrderedHashMap::kValueIndex, *value); in Add()
833 table->SetDataEntry(new_entry, SmallOrderedNameDictionary::kValueIndex, in Add()
856 SetDataEntry(raw_entry, SmallOrderedNameDictionary::kValueIndex, value); in SetEntry()
1154 table->GetDataEntry(entry.as_int(), SmallOrderedHashMap::kValueIndex), in AdjustRepresentation()
H A Dordered-hash-table.h685 static const int kValueIndex = 1; variable
912 static const int kValueIndex = 1; variable
H A Djs-objects.h936 static const int kValueIndex = 0;
966 static const int kValueIndex = 0;
/dports/lang/v8/v8-9.6.180.12/src/debug/
H A Ddebug-wasm-objects.h58 static constexpr int kValueIndex = 1; variable
H A Ddebug-wasm-objects.cc860 WasmValueObject::kValueIndex, FROZEN, Representation::Tagged()); in New()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dproperty-descriptor.cc149 result->InObjectPropertyAtPut(JSDataPropertyDescriptor::kValueIndex, in ToObject()
363 obj->set(PropertyDescriptorObject::kValueIndex, in ToPropertyDescriptorObject()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/ppc/
H A Dcode-generator-ppc.cc1163 constexpr size_t kValueIndex = 0; in AssembleArchInstruction() local
1164 DCHECK(instr->InputAt(kValueIndex)->IsRegister()); in AssembleArchInstruction()
1165 __ cmpl(lhs_register, i.InputRegister(kValueIndex), cr0); in AssembleArchInstruction()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc916 constexpr size_t kValueIndex = 0; in AssembleArchInstruction() local
917 DCHECK(instr->InputAt(kValueIndex)->IsRegister()); in AssembleArchInstruction()
918 __ Cmp(lhs_register, i.InputRegister(kValueIndex)); in AssembleArchInstruction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc935 constexpr size_t kValueIndex = 0; in AssembleArchInstruction() local
936 DCHECK(instr->InputAt(kValueIndex)->IsRegister()); in AssembleArchInstruction()
937 __ Cmp(lhs_register, i.InputRegister(kValueIndex)); in AssembleArchInstruction()
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/arm64/
H A Dcode-generator-arm64.cc931 constexpr size_t kValueIndex = 0; in AssembleArchInstruction() local
932 DCHECK(instr->InputAt(kValueIndex)->IsRegister()); in AssembleArchInstruction()
933 __ Cmp(lhs_register, i.InputRegister(kValueIndex)); in AssembleArchInstruction()

12