Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dordered-hash-table-inl.h156 return this->GetDataEntry(entry.as_int(), kValueIndex); in ValueAt()
162 this->SetDataEntry(entry.as_int(), kValueIndex, value); in ValueAtPut()
Dordered-hash-table.cc774 table->SetDataEntry(new_entry, SmallOrderedHashMap::kValueIndex, *value); in Add()
840 table->SetDataEntry(new_entry, SmallOrderedNameDictionary::kValueIndex, in Add()
863 SetDataEntry(raw_entry, SmallOrderedNameDictionary::kValueIndex, value); in SetEntry()
1161 table->GetDataEntry(entry.as_int(), SmallOrderedHashMap::kValueIndex), in AdjustRepresentation()
Dproperty-descriptor.cc148 result->InObjectPropertyAtPut(JSDataPropertyDescriptor::kValueIndex, in ToObject()
Dordered-hash-table.h688 static const int kValueIndex = 1; variable
915 static const int kValueIndex = 1; variable
Djs-objects.h1002 static const int kValueIndex = 0;
1032 static const int kValueIndex = 0;
/third_party/node/deps/v8/src/debug/
Ddebug-wasm-objects.h58 static constexpr int kValueIndex = 1; variable
Ddebug-wasm-objects.cc818 WasmValueObject::kValueIndex, FROZEN, Representation::Tagged()); in New()
/third_party/node/deps/v8/src/maglev/
Dmaglev-ir.h1169 static constexpr int kValueIndex = 1; variable
1171 Input& value_input() { return input(kValueIndex); } in value_input()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc1408 constexpr size_t kValueIndex = 0; in AssembleArchInstruction() local
1409 DCHECK(instr->InputAt(kValueIndex)->IsRegister()); in AssembleArchInstruction()
1410 __ CmpU64(lhs_register, i.InputRegister(kValueIndex)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc936 constexpr size_t kValueIndex = 0; in AssembleArchInstruction() local
937 DCHECK(instr->InputAt(kValueIndex)->IsRegister()); in AssembleArchInstruction()
938 __ Cmp(lhs_register, i.InputRegister(kValueIndex)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc943 constexpr size_t kValueIndex = 0; in AssembleArchInstruction() local
945 __ cmp(lhs_register, i.MemoryOperand(kValueIndex)); in AssembleArchInstruction()
947 __ cmp(lhs_register, i.InputRegister(kValueIndex)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc1100 constexpr size_t kValueIndex = 0; in AssembleArchInstruction() local
1101 DCHECK(instr->InputAt(kValueIndex)->IsRegister()); in AssembleArchInstruction()
1102 __ CmpU64(lhs_register, i.InputRegister(kValueIndex), cr0); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc922 constexpr size_t kValueIndex = 0; in AssembleArchInstruction() local
923 DCHECK(instr->InputAt(kValueIndex)->IsRegister()); in AssembleArchInstruction()
924 __ cmp(lhs_register, i.InputRegister(kValueIndex)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc1447 constexpr size_t kValueIndex = 0; in AssembleArchInstruction() local
1449 __ cmpq(lhs_register, i.MemoryOperand(kValueIndex)); in AssembleArchInstruction()
1451 __ cmpq(lhs_register, i.InputRegister(kValueIndex)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/init/
Dbootstrapper.cc5660 JSDataPropertyDescriptor::kValueIndex, NONE, in InstallABunchOfRandomThings()
/third_party/mindspore/patches/
D0004-cross-compile-ndkso-fp16-nnrt-train_capi.patch9424 + constexpr size_t kValueIndex = 1U;
9440 + auto value = key_and_value[kValueIndex];