Searched refs:kValueIndex (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/objects/ |
D | ordered-hash-table-inl.h | 143 return this->GetDataEntry(entry.as_int(), kValueIndex); in ValueAt() 149 this->SetDataEntry(entry.as_int(), kValueIndex, value); in ValueAtPut()
|
D | ordered-hash-table.h | 678 static const int kValueIndex = 1; variable 892 static const int kValueIndex = 1; variable
|
D | property-descriptor.cc | 148 result->InObjectPropertyAtPut(JSDataPropertyDescriptor::kValueIndex, in ToObject()
|
D | ordered-hash-table.cc | 770 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()
|
D | js-objects.h | 899 static const int kValueIndex = 0; 929 static const int kValueIndex = 0;
|
/external/v8/src/compiler/backend/arm64/ |
D | code-generator-arm64.cc | 935 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()
|
/external/v8/src/compiler/backend/arm/ |
D | code-generator-arm.cc | 996 constexpr size_t kValueIndex = 0; in AssembleArchInstruction() local 997 DCHECK(instr->InputAt(kValueIndex)->IsRegister()); in AssembleArchInstruction() 998 __ cmp(lhs_register, i.InputRegister(kValueIndex)); in AssembleArchInstruction()
|
/external/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 1170 constexpr size_t kValueIndex = 0; in AssembleArchInstruction() local 1171 DCHECK(instr->InputAt(kValueIndex)->IsRegister()); in AssembleArchInstruction() 1172 __ cmpl(lhs_register, i.InputRegister(kValueIndex), cr0); in AssembleArchInstruction()
|
/external/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 1131 constexpr size_t kValueIndex = 0; in AssembleArchInstruction() local 1133 __ cmpq(lhs_register, i.MemoryOperand(kValueIndex)); in AssembleArchInstruction() 1135 __ cmpq(lhs_register, i.InputRegister(kValueIndex)); in AssembleArchInstruction()
|
/external/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 1620 constexpr size_t kValueIndex = 0; in AssembleArchInstruction() local 1621 DCHECK(instr->InputAt(kValueIndex)->IsRegister()); in AssembleArchInstruction() 1622 __ CmpLogicalP(lhs_register, i.InputRegister(kValueIndex)); in AssembleArchInstruction()
|
/external/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 958 constexpr size_t kValueIndex = 0; in AssembleArchInstruction() local 960 __ cmp(lhs_register, i.MemoryOperand(kValueIndex)); in AssembleArchInstruction() 962 __ cmp(lhs_register, i.InputRegister(kValueIndex)); in AssembleArchInstruction()
|
/external/v8/src/init/ |
D | bootstrapper.cc | 4630 JSDataPropertyDescriptor::kValueIndex, NONE, in InstallABunchOfRandomThings()
|